public class net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution$Simple implements net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution$Simple
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.annotation.AnnotationDescription annotationDescription;
    descriptor: Lnet/bytebuddy/description/annotation/AnnotationDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.annotation.AnnotationDescription);
    descriptor: (Lnet/bytebuddy/description/annotation/AnnotationDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution$Simple this
        start local 1 // net.bytebuddy.description.annotation.AnnotationDescription annotationDescription
         0: .line 5709
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 5710
            aload 0 /* this */
            aload 1 /* annotationDescription */
            putfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution$Simple.annotationDescription:Lnet/bytebuddy/description/annotation/AnnotationDescription;
         2: .line 5711
            return
        end local 1 // net.bytebuddy.description.annotation.AnnotationDescription annotationDescription
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution$Simple this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution$Simple;
            0    3     1  annotationDescription  Lnet/bytebuddy/description/annotation/AnnotationDescription;
    MethodParameters:
                       Name  Flags
      annotationDescription  

  public boolean isResolved();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution$Simple this
         0: .line 5717
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution$Simple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution$Simple;

  public net.bytebuddy.description.annotation.AnnotationDescription resolve();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution$Simple this
         0: .line 5724
            aload 0 /* this */
            getfield net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution$Simple.annotationDescription:Lnet/bytebuddy/description/annotation/AnnotationDescription;
            areturn
        end local 0 // net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution$Simple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/pool/TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution$Simple;
}
SourceFile: "TypePool.java"
NestHost: net.bytebuddy.pool.TypePool
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  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
  public Simple = net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution$Simple of net.bytebuddy.pool.TypePool$Default$LazyTypeDescription$AnnotationToken$Resolution
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()