class net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable<S extends java.lang.annotation.Annotation> extends net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription implements net.bytebuddy.description.annotation.AnnotationDescription$Loadable<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable
  super_class: net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription
{
  private final java.lang.Class<S> annotationType;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<TS;>;

  private void <init>(net.bytebuddy.pool.TypePool, java.lang.Class<S>, java.util.Map<java.lang.String, net.bytebuddy.description.annotation.AnnotationValue<?, ?>>);
    descriptor: (Lnet/bytebuddy/pool/TypePool;Ljava/lang/Class;Ljava/util/Map;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable this
        start local 1 // net.bytebuddy.pool.TypePool typePool
        start local 2 // java.lang.Class annotationType
        start local 3 // java.util.Map values
         0: .line 6214
            aload 0 /* this */
            aload 1 /* typePool */
            aload 2 /* annotationType */
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            aload 3 /* values */
            invokespecial net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription.<init>:(Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/Map;)V
         1: .line 6215
            aload 0 /* this */
            aload 2 /* annotationType */
            putfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable.annotationType:Ljava/lang/Class;
         2: .line 6216
            return
        end local 3 // java.util.Map values
        end local 2 // java.lang.Class annotationType
        end local 1 // net.bytebuddy.pool.TypePool typePool
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable<TS;>;
            0    3     1        typePool  Lnet/bytebuddy/pool/TypePool;
            0    3     2  annotationType  Ljava/lang/Class<TS;>;
            0    3     3          values  Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/annotation/AnnotationValue<**>;>;
    Signature: (Lnet/bytebuddy/pool/TypePool;Ljava/lang/Class<TS;>;Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/annotation/AnnotationValue<**>;>;)V
    MethodParameters:
                Name  Flags
      typePool        
      annotationType  
      values          

  public S load();
    descriptor: ()Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable this
         0: .line 6222
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable.annotationType:Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable.annotationType:Ljava/lang/Class;
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable.values:Ljava/util/Map;
            invokestatic net.bytebuddy.description.annotation.AnnotationDescription$AnnotationInvocationHandler.of:(Ljava/lang/ClassLoader;Ljava/lang/Class;Ljava/util/Map;)Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable<TS;>;
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: ()TS;

  public S loadSilent();
    descriptor: ()Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable this
         0: .line 6230
            aload 0 /* this */
            invokevirtual net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable.load:()Ljava/lang/annotation/Annotation;
         1: areturn
         2: .line 6231
      StackMap locals:
      StackMap stack: java.lang.ClassNotFoundException
            astore 1 /* exception */
        start local 1 // java.lang.ClassNotFoundException exception
         3: .line 6232
            new java.lang.IllegalStateException
            dup
            ldc "Could not load annotation type or referenced type"
            aload 1 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.ClassNotFoundException exception
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable<TS;>;
            3    4     1  exception  Ljava/lang/ClassNotFoundException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.ClassNotFoundException
    Signature: ()TS;
}
Signature: <S::Ljava/lang/annotation/Annotation;>Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$LazyAnnotationDescription;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<TS;>;
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 Loadable = net.bytebuddy.description.annotation.AnnotationDescription$Loadable of net.bytebuddy.description.annotation.AnnotationDescription
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  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
  private LazyAnnotationDescription = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription
  private Loadable = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription$Loadable of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$LazyAnnotationDescription