public class net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty<T extends java.lang.annotation.Annotation> implements net.bytebuddy.asm.Advice$OffsetMapping$Factory<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty
  super_class: java.lang.Object
{
  private final java.lang.Class<T> annotationType;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<TT;>;

  private final net.bytebuddy.description.method.MethodDescription$InDefinedShape property;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(java.lang.Class<T>, net.bytebuddy.description.method.MethodDescription$InDefinedShape);
    descriptor: (Ljava/lang/Class;Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty this
        start local 1 // java.lang.Class annotationType
        start local 2 // net.bytebuddy.description.method.MethodDescription$InDefinedShape property
         0: .line 3649
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3650
            aload 0 /* this */
            aload 1 /* annotationType */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty.annotationType:Ljava/lang/Class;
         2: .line 3651
            aload 0 /* this */
            aload 2 /* property */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty.property:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         3: .line 3652
            return
        end local 2 // net.bytebuddy.description.method.MethodDescription$InDefinedShape property
        end local 1 // java.lang.Class annotationType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty<TT;>;
            0    4     1  annotationType  Ljava/lang/Class<TT;>;
            0    4     2        property  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    Signature: (Ljava/lang/Class<TT;>;Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)V
    MethodParameters:
                Name  Flags
      annotationType  
      property        

  public static <S extends java.lang.annotation.Annotation> net.bytebuddy.asm.Advice$OffsetMapping$Factory<S> of(java.lang.Class<S>, java.lang.String);
    descriptor: (Ljava/lang/Class;Ljava/lang/String;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // java.lang.Class annotationType
        start local 1 // java.lang.String property
         0: .line 3663
            aload 0 /* annotationType */
            invokevirtual java.lang.Class.isAnnotation:()Z
            ifne 2
         1: .line 3664
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Not an annotation type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* annotationType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 3667
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty
            dup
            aload 0 /* annotationType */
            new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod
            dup
            aload 0 /* annotationType */
            aload 1 /* property */
            iconst_0
            anewarray java.lang.Class
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            invokespecial net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.<init>:(Ljava/lang/reflect/Method;)V
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty.<init>:(Ljava/lang/Class;Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)V
         3: areturn
         4: .line 3668
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
            astore 2 /* exception */
        start local 2 // java.lang.NoSuchMethodException exception
         5: .line 3669
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot find a property "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* property */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " on "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* annotationType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 2 /* exception */
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 2 // java.lang.NoSuchMethodException exception
        end local 1 // java.lang.String property
        end local 0 // java.lang.Class annotationType
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0  annotationType  Ljava/lang/Class<TS;>;
            0    6     1        property  Ljava/lang/String;
            5    6     2       exception  Ljava/lang/NoSuchMethodException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchMethodException
    Signature: <S::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TS;>;Ljava/lang/String;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<TS;>;
    MethodParameters:
                Name  Flags
      annotationType  
      property        

  public java.lang.Class<T> getAnnotationType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty this
         0: .line 3677
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty.annotationType:Ljava/lang/Class;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty<TT;>;
    Signature: ()Ljava/lang/Class<TT;>;

  public net.bytebuddy.asm.Advice$OffsetMapping make(net.bytebuddy.description.method.ParameterDescription$InDefinedShape, net.bytebuddy.description.annotation.AnnotationDescription$Loadable<T>, net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType);
    descriptor: (Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)Lnet/bytebuddy/asm/Advice$OffsetMapping;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty this
        start local 1 // net.bytebuddy.description.method.ParameterDescription$InDefinedShape target
        start local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        start local 3 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType adviceType
         0: .line 3684
            aload 2 /* annotation */
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty.property:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.getValue:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/annotation/AnnotationValue;
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:()Ljava/lang/Object;
            astore 4 /* value */
        start local 4 // java.lang.Object value
         1: .line 3686
            aload 4 /* value */
            instanceof net.bytebuddy.description.type.TypeDescription
            ifeq 4
         2: .line 3687
            new net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty.annotationType:Ljava/lang/Class;
            aload 4 /* value */
            checkcast net.bytebuddy.description.type.TypeDescription
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory.<init>:(Ljava/lang/Class;Lnet/bytebuddy/description/type/TypeDescription;)V
            astore 5 /* factory */
        start local 5 // net.bytebuddy.asm.Advice$OffsetMapping$Factory factory
         3: .line 3688
            goto 10
        end local 5 // net.bytebuddy.asm.Advice$OffsetMapping$Factory factory
      StackMap locals: java.lang.Object
      StackMap stack:
         4: aload 4 /* value */
            instanceof net.bytebuddy.description.enumeration.EnumerationDescription
            ifeq 7
         5: .line 3689
            new net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty.annotationType:Ljava/lang/Class;
            aload 4 /* value */
            checkcast net.bytebuddy.description.enumeration.EnumerationDescription
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory.<init>:(Ljava/lang/Class;Lnet/bytebuddy/description/enumeration/EnumerationDescription;)V
            astore 5 /* factory */
        start local 5 // net.bytebuddy.asm.Advice$OffsetMapping$Factory factory
         6: .line 3690
            goto 10
        end local 5 // net.bytebuddy.asm.Advice$OffsetMapping$Factory factory
      StackMap locals:
      StackMap stack:
         7: aload 4 /* value */
            instanceof net.bytebuddy.description.annotation.AnnotationDescription
            ifeq 9
         8: .line 3691
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot bind annotation as fixed value for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty.property:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 3693
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty.annotationType:Ljava/lang/Class;
            aload 4 /* value */
            invokestatic net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory.of:(Ljava/lang/Class;Ljava/lang/Object;)Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory;
            astore 5 /* factory */
        start local 5 // net.bytebuddy.asm.Advice$OffsetMapping$Factory factory
        10: .line 3695
      StackMap locals: net.bytebuddy.asm.Advice$OffsetMapping$Factory
      StackMap stack:
            aload 5 /* factory */
            aload 1 /* target */
            aload 2 /* annotation */
            aload 3 /* adviceType */
            invokeinterface net.bytebuddy.asm.Advice$OffsetMapping$Factory.make:(Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)Lnet/bytebuddy/asm/Advice$OffsetMapping;
            areturn
        end local 5 // net.bytebuddy.asm.Advice$OffsetMapping$Factory factory
        end local 4 // java.lang.Object value
        end local 3 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType adviceType
        end local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        end local 1 // net.bytebuddy.description.method.ParameterDescription$InDefinedShape target
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty<TT;>;
            0   11     1      target  Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
            0   11     2  annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<TT;>;
            0   11     3  adviceType  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
            1   11     4       value  Ljava/lang/Object;
            3    4     5     factory  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<TT;>;
            6    7     5     factory  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<TT;>;
           10   11     5     factory  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<TT;>;
    Signature: (Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<TT;>;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)Lnet/bytebuddy/asm/Advice$OffsetMapping;
    MethodParameters:
            Name  Flags
      target      
      annotation  
      adviceType  
}
Signature: <T::Ljava/lang/annotation/Annotation;>Ljava/lang/Object;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<TT;>;
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public abstract Factory = net.bytebuddy.asm.Advice$OffsetMapping$Factory of net.bytebuddy.asm.Advice$OffsetMapping
  public final AdviceType = net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType of net.bytebuddy.asm.Advice$OffsetMapping$Factory
  public ForStackManipulation = net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation of net.bytebuddy.asm.Advice$OffsetMapping
  public Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation
  public OfAnnotationProperty = net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation$OfAnnotationProperty of net.bytebuddy.asm.Advice$OffsetMapping$ForStackManipulation
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Loadable = net.bytebuddy.description.annotation.AnnotationDescription$Loadable of net.bytebuddy.description.annotation.AnnotationDescription
  public ForLoadedMethod = net.bytebuddy.description.method.MethodDescription$ForLoadedMethod of net.bytebuddy.description.method.MethodDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()