public interface  net.bytebuddy.description.field.FieldDescription extends java.lang.Object implements net.bytebuddy.description.ByteCodeElement, net.bytebuddy.description.ModifierReviewable$ForFieldDescription, net.bytebuddy.description.DeclaredByType$WithMandatoryDeclaration, net.bytebuddy.description.ByteCodeElement$Member, net.bytebuddy.description.ByteCodeElement$TypeDependant
{
public static final java.lang.Object NO_DEFAULT_VALUE;
public abstract net.bytebuddy.description.type.TypeDescription$Generic getType();
public abstract int getActualModifiers();
public abstract net.bytebuddy.description.field.FieldDescription$SignatureToken asSignatureToken();
static void <clinit>()
{
<net.bytebuddy.description.field.FieldDescription: java.lang.Object NO_DEFAULT_VALUE> = null;
return;
}
}