public interface net.bytebuddy.implementation.bind.annotation.FieldProxy extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: net.bytebuddy.implementation.bind.annotation.FieldProxy
  super_class: java.lang.Object
{
  public abstract boolean serializableProxy();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: false

  public abstract java.lang.String value();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""

  public abstract java.lang.Class<?> declaringType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<*>;
    AnnotationDefault: V
}
SourceFile: "FieldProxy.java"
NestMembers:
  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$AccessorProxy  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldGetter$Appender  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Duplex  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Factory$Simplex  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$ForGetter  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$ForGetterSetterPair  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$ForSetter  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldResolver$Unresolved  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$FieldSetter$Appender  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$InstanceFieldConstructor$Appender  net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder$StaticFieldConstructor
InnerClasses:
  public Binder = net.bytebuddy.implementation.bind.annotation.FieldProxy$Binder of net.bytebuddy.implementation.bind.annotation.FieldProxy
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Documented()
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.PARAMETER:Ljava/lang/annotation/ElementType;})