public class net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal<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$Factory$Illegal
  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;>;

  public void <init>(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal this
        start local 1 // java.lang.Class annotationType
         0: .line 1397
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1398
            aload 0 /* this */
            aload 1 /* annotationType */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal.annotationType:Ljava/lang/Class;
         2: .line 1399
            return
        end local 1 // java.lang.Class annotationType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$Illegal<TT;>;
            0    3     1  annotationType  Ljava/lang/Class<TT;>;
    Signature: (Ljava/lang/Class<TT;>;)V
    MethodParameters:
                Name  Flags
      annotationType  

  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$Factory$Illegal this
         0: .line 1405
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal.annotationType:Ljava/lang/Class;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$Illegal<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=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal 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 1412
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Usage of "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal.annotationType:Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is not allowed on "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 1 /* target */
            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
        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$Factory$Illegal this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$Illegal<TT;>;
            0    1     1      target  Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
            0    1     2  annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<TT;>;
            0    1     3  adviceType  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
    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 Illegal = net.bytebuddy.asm.Advice$OffsetMapping$Factory$Illegal of net.bytebuddy.asm.Advice$OffsetMapping$Factory
  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 abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()