public class net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass extends net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Delegator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass
  super_class: net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Delegator
{
  private final java.lang.Class<?> type;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  final net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm this$4;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  protected void <init>(java.lang.Class<?>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm;Ljava/lang/Class;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass this
        start local 2 // java.lang.Class type
         0: .line 2825
            aload 0 /* this */
            aload 1
            putfield net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass.this$4:Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm;
            aload 0 /* this */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Delegator.<init>:()V
         1: .line 2826
            aload 0 /* this */
            aload 2 /* type */
            putfield net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass.type:Ljava/lang/Class;
         2: .line 2827
            return
        end local 2 // java.lang.Class type
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass;
            0    3     2  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)V
    MethodParameters:
        Name  Flags
      this$0  final
      type    

  public java.lang.reflect.AnnotatedElement resolve();
    descriptor: ()Ljava/lang/reflect/AnnotatedElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass this
         0: .line 2834
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass.this$4:Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm;
            getfield net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm.getAnnotatedSuperclass:Ljava/lang/reflect/Method;
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass.type:Ljava/lang/Class;
            getstatic net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass.NO_ARGUMENTS:[Ljava/lang/Object;
            invokevirtual java.lang.reflect.Method.invoke:(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.reflect.AnnotatedElement
         1: areturn
         2: .line 2835
      StackMap locals:
      StackMap stack: java.lang.IllegalAccessException
            astore 1 /* exception */
        start local 1 // java.lang.IllegalAccessException exception
         3: .line 2836
            new java.lang.IllegalStateException
            dup
            ldc "Cannot access java.lang.Class#getAnnotatedSuperclass"
            aload 1 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.IllegalAccessException exception
         4: .line 2837
      StackMap locals:
      StackMap stack: java.lang.reflect.InvocationTargetException
            astore 1 /* exception */
        start local 1 // java.lang.reflect.InvocationTargetException exception
         5: .line 2838
            new java.lang.IllegalStateException
            dup
            ldc "Error invoking java.lang.Class#getAnnotatedSuperclass"
            aload 1 /* exception */
            invokevirtual java.lang.reflect.InvocationTargetException.getCause:()Ljava/lang/Throwable;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.reflect.InvocationTargetException exception
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lnet/bytebuddy/description/type/TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass;
            3    4     1  exception  Ljava/lang/IllegalAccessException;
            5    6     1  exception  Ljava/lang/reflect/InvocationTargetException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalAccessException
           0     1       4  Class java.lang.reflect.InvocationTargetException
}
SourceFile: "TypeDescription.java"
NestHost: net.bytebuddy.description.type.TypeDescription
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract AnnotationReader = net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader of net.bytebuddy.description.type.TypeDescription$Generic
  public abstract Delegator = net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Delegator of net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader
  public abstract Dispatcher = net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher of net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader
  public ForJava8CapableVm = net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm of net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher
  protected AnnotatedSuperClass = net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm$AnnotatedSuperClass of net.bytebuddy.description.type.TypeDescription$Generic$AnnotationReader$Dispatcher$ForJava8CapableVm
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance(includeSyntheticFields = true)