class sun.reflect.annotation.AnnotationType$1 implements java.security.PrivilegedAction<java.lang.reflect.Method[]>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.reflect.annotation.AnnotationType$1
  super_class: java.lang.Object
{
  final sun.reflect.annotation.AnnotationType this$0;
    descriptor: Lsun/reflect/annotation/AnnotationType;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Class val$annotationClass;
    descriptor: Ljava/lang/Class;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.reflect.annotation.AnnotationType, java.lang.Class);
    descriptor: (Lsun/reflect/annotation/AnnotationType;Ljava/lang/Class;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // sun.reflect.annotation.AnnotationType$1 this
         0: .line 109
            aload 0 /* this */
            aload 1
            putfield sun.reflect.annotation.AnnotationType$1.this$0:Lsun/reflect/annotation/AnnotationType;
            aload 0 /* this */
            aload 2
            putfield sun.reflect.annotation.AnnotationType$1.val$annotationClass:Ljava/lang/Class;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.reflect.annotation.AnnotationType$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotationType$1;
    MethodParameters:
                     Name  Flags
      this$0               final
      val$annotationClass  final

  public java.lang.reflect.Method[] run();
    descriptor: ()[Ljava/lang/reflect/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotationType$1 this
         0: .line 112
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationType$1.val$annotationClass:Ljava/lang/Class;
            invokevirtual java.lang.Class.getDeclaredMethods:()[Ljava/lang/reflect/Method;
            areturn
        end local 0 // sun.reflect.annotation.AnnotationType$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotationType$1;

  public java.lang.Object run();
    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 sun.reflect.annotation.AnnotationType$1.run:()[Ljava/lang/reflect/Method;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedAction<[Ljava/lang/reflect/Method;>;
SourceFile: "AnnotationType.java"
EnclosingMethod: sun.reflect.annotation.AnnotationType.<init>:(Ljava/lang/Class;)V
NestHost: sun.reflect.annotation.AnnotationType
InnerClasses:
  sun.reflect.annotation.AnnotationType$1