public class net.bytebuddy.asm.Advice$OffsetMapping$Factory$Simple<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$Simple
  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.asm.Advice$OffsetMapping offsetMapping;
    descriptor: Lnet/bytebuddy/asm/Advice$OffsetMapping;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  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$Simple this
         0: .line 1368
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$Factory$Simple.annotationType:Ljava/lang/Class;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$Simple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$Simple<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=1, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$Simple 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 1375
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$Factory$Simple.offsetMapping:Lnet/bytebuddy/asm/Advice$OffsetMapping;
            areturn
        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$Simple this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$Simple<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 Simple = net.bytebuddy.asm.Advice$OffsetMapping$Factory$Simple 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()