public class net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue extends net.bytebuddy.description.annotation.AnnotationValue$AbstractBase<net.bytebuddy.description.annotation.AnnotationDescription, java.lang.annotation.Annotation>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue
  super_class: net.bytebuddy.description.annotation.AnnotationValue$AbstractBase
{
  private final net.bytebuddy.pool.TypePool typePool;
    descriptor: Lnet/bytebuddy/pool/TypePool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken annotationToken;
    descriptor: Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.pool.TypePool, net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken);
    descriptor: (Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue this
        start local 1 // net.bytebuddy.pool.TypePool typePool
        start local 2 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken annotationToken
         0: .line 565
            aload 0 /* this */
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$AbstractBase.<init>:()V
         1: .line 566
            aload 0 /* this */
            aload 1 /* typePool */
            putfield net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue.typePool:Lnet/bytebuddy/pool/TypePool;
         2: .line 567
            aload 0 /* this */
            aload 2 /* annotationToken */
            putfield net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue.annotationToken:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;
         3: .line 568
            return
        end local 2 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken annotationToken
        end local 1 // net.bytebuddy.pool.TypePool typePool
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawAnnotationValue;
            0    4     1         typePool  Lnet/bytebuddy/pool/TypePool;
            0    4     2  annotationToken  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;
    MethodParameters:
                 Name  Flags
      typePool         
      annotationToken  

  public net.bytebuddy.description.annotation.AnnotationDescription resolve();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue this
         0: .line 574
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue.annotationToken:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue.typePool:Lnet/bytebuddy/pool/TypePool;
            invokevirtual net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken.toAnnotationDescription:(Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution;
            invokeinterface net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution.resolve:()Lnet/bytebuddy/description/annotation/AnnotationDescription;
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawAnnotationValue;

  public net.bytebuddy.description.annotation.AnnotationValue$Loaded<java.lang.annotation.Annotation> load(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue this
        start local 1 // java.lang.ClassLoader classLoader
         0: .line 582
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue.annotationToken:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;
            invokevirtual net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken.getBinaryName:()Ljava/lang/String;
            iconst_0
            aload 1 /* classLoader */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            astore 2 /* type */
        start local 2 // java.lang.Class type
         1: .line 583
            aload 2 /* type */
            invokevirtual java.lang.Class.isAnnotation:()Z
            ifeq 6
         2: .line 584
            new net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$Loaded
            dup
            aload 1 /* classLoader */
         3: .line 585
            aload 2 /* type */
         4: .line 586
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue.annotationToken:Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken;
            invokevirtual net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken.getValues:()Ljava/util/Map;
         5: .line 584
            invokestatic net.bytebuddy.description.annotation.AnnotationDescription$AnnotationInvocationHandler.of:(Ljava/lang/ClassLoader;Ljava/lang/Class;Ljava/util/Map;)Ljava/lang/annotation/Annotation;
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$Loaded.<init>:(Ljava/lang/annotation/Annotation;)V
            areturn
         6: .line 588
      StackMap locals: java.lang.Class
      StackMap stack:
            new net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$IncompatibleRuntimeType
            dup
            aload 2 /* type */
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$IncompatibleRuntimeType.<init>:(Ljava/lang/Class;)V
            areturn
        end local 2 // java.lang.Class type
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawAnnotationValue;
            0    7     1  classLoader  Ljava/lang/ClassLoader;
            1    7     2         type  Ljava/lang/Class<*>;
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: (Ljava/lang/ClassLoader;)Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded<Ljava/lang/annotation/Annotation;>;
    MethodParameters:
             Name  Flags
      classLoader  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue this
         0: .line 594
            aload 0 /* this */
            invokevirtual net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue.resolve:()Lnet/bytebuddy/description/annotation/AnnotationDescription;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawAnnotationValue;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue this
        start local 1 // java.lang.Object other
         0: .line 599
            aload 0 /* this */
            aload 1 /* other */
            if_acmpeq 2
            aload 1 /* other */
            instanceof net.bytebuddy.description.annotation.AnnotationValue
            ifeq 1
            aload 0 /* this */
            invokevirtual net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue.resolve:()Lnet/bytebuddy/description/annotation/AnnotationDescription;
            aload 1 /* other */
            checkcast net.bytebuddy.description.annotation.AnnotationValue
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_1
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawAnnotationValue;
            0    3     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue this
         0: .line 604
            aload 0 /* this */
            invokevirtual net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue.resolve:()Lnet/bytebuddy/description/annotation/AnnotationDescription;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$AbstractBase$RawAnnotationValue;

  public java.lang.Object resolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue.resolve:()Lnet/bytebuddy/description/annotation/AnnotationDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lnet/bytebuddy/description/annotation/AnnotationValue$AbstractBase<Lnet/bytebuddy/description/annotation/AnnotationDescription;Ljava/lang/annotation/Annotation;>;
SourceFile: "TypePool.java"
NestHost: net.bytebuddy.pool.TypePool
InnerClasses:
  public AnnotationInvocationHandler = net.bytebuddy.description.annotation.AnnotationDescription$AnnotationInvocationHandler of net.bytebuddy.description.annotation.AnnotationDescription
  public abstract AbstractBase = net.bytebuddy.description.annotation.AnnotationValue$AbstractBase of net.bytebuddy.description.annotation.AnnotationValue
  public ForAnnotationDescription = net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription of net.bytebuddy.description.annotation.AnnotationValue
  public IncompatibleRuntimeType = net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$IncompatibleRuntimeType of net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription
  public Loaded = net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription$Loaded of net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription
  public abstract Loaded = net.bytebuddy.description.annotation.AnnotationValue$Loaded of net.bytebuddy.description.annotation.AnnotationValue
  public abstract AbstractBase = net.bytebuddy.pool.TypePool$AbstractBase of net.bytebuddy.pool.TypePool
  protected RawAnnotationValue = net.bytebuddy.pool.TypePool$AbstractBase$RawAnnotationValue of net.bytebuddy.pool.TypePool$AbstractBase
  public Default = net.bytebuddy.pool.TypePool$Default of net.bytebuddy.pool.TypePool
  protected LazyTypeDescription = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription of net.bytebuddy.pool.TypePool$Default
  protected AnnotationToken = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription
  protected abstract Resolution = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken