public class sun.reflect.annotation.AnnotationType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.reflect.annotation.AnnotationType
  super_class: java.lang.Object
{
  private final java.util.Map<java.lang.String, java.lang.Class<?>> memberTypes;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;

  private final java.util.Map<java.lang.String, java.lang.Object> memberDefaults;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  private final java.util.Map<java.lang.String, java.lang.reflect.Method> members;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/reflect/Method;>;

  private final java.lang.annotation.RetentionPolicy retention;
    descriptor: Ljava/lang/annotation/RetentionPolicy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean inherited;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 43
            ldc Lsun/reflect/annotation/AnnotationType;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic sun.reflect.annotation.AnnotationType.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static sun.reflect.annotation.AnnotationType getInstance(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)Lsun/reflect/annotation/AnnotationType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // java.lang.Class annotationClass
         0: .line 82
            invokestatic sun.misc.SharedSecrets.getJavaLangAccess:()Lsun/misc/JavaLangAccess;
            astore 1 /* jla */
        start local 1 // sun.misc.JavaLangAccess jla
         1: .line 83
            aload 1 /* jla */
            aload 0 /* annotationClass */
            invokeinterface sun.misc.JavaLangAccess.getAnnotationType:(Ljava/lang/Class;)Lsun/reflect/annotation/AnnotationType;
            astore 2 /* result */
        start local 2 // sun.reflect.annotation.AnnotationType result
         2: .line 84
            aload 2 /* result */
            ifnonnull 7
         3: .line 85
            new sun.reflect.annotation.AnnotationType
            dup
            aload 0 /* annotationClass */
            invokespecial sun.reflect.annotation.AnnotationType.<init>:(Ljava/lang/Class;)V
            astore 2 /* result */
         4: .line 87
            aload 1 /* jla */
            aload 0 /* annotationClass */
            aconst_null
            aload 2 /* result */
            invokeinterface sun.misc.JavaLangAccess.casAnnotationType:(Ljava/lang/Class;Lsun/reflect/annotation/AnnotationType;Lsun/reflect/annotation/AnnotationType;)Z
            ifne 7
         5: .line 89
            aload 1 /* jla */
            aload 0 /* annotationClass */
            invokeinterface sun.misc.JavaLangAccess.getAnnotationType:(Ljava/lang/Class;)Lsun/reflect/annotation/AnnotationType;
            astore 2 /* result */
         6: .line 90
            getstatic sun.reflect.annotation.AnnotationType.$assertionsDisabled:Z
            ifne 7
            aload 2 /* result */
            ifnonnull 7
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         7: .line 94
      StackMap locals: sun.misc.JavaLangAccess sun.reflect.annotation.AnnotationType
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // sun.reflect.annotation.AnnotationType result
        end local 1 // sun.misc.JavaLangAccess jla
        end local 0 // java.lang.Class annotationClass
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0  annotationClass  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            1    8     1              jla  Lsun/misc/JavaLangAccess;
            2    8     2           result  Lsun/reflect/annotation/AnnotationType;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Lsun/reflect/annotation/AnnotationType;
    MethodParameters:
                 Name  Flags
      annotationClass  

  private void <init>(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=10, args_size=2
        start local 0 // sun.reflect.annotation.AnnotationType this
        start local 1 // java.lang.Class annotationClass
         0: .line 104
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 105
            aload 1 /* annotationClass */
            invokevirtual java.lang.Class.isAnnotation:()Z
            ifne 3
         2: .line 106
            new java.lang.IllegalArgumentException
            dup
            ldc "Not an annotation type"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 109
      StackMap locals: sun.reflect.annotation.AnnotationType java.lang.Class
      StackMap stack:
            new sun.reflect.annotation.AnnotationType$1
            dup
            aload 0 /* this */
            aload 1 /* annotationClass */
            invokespecial sun.reflect.annotation.AnnotationType$1.<init>:(Lsun/reflect/annotation/AnnotationType;Ljava/lang/Class;)V
            invokestatic java.security.AccessController.doPrivileged:(Ljava/security/PrivilegedAction;)Ljava/lang/Object;
            checkcast java.lang.reflect.Method[]
         4: .line 108
            astore 2 /* methods */
        start local 2 // java.lang.reflect.Method[] methods
         5: .line 116
            aload 0 /* this */
            new java.util.HashMap
            dup
            aload 2 /* methods */
            arraylength
            iconst_1
            iadd
            fconst_1
            invokespecial java.util.HashMap.<init>:(IF)V
            putfield sun.reflect.annotation.AnnotationType.memberTypes:Ljava/util/Map;
         6: .line 117
            aload 0 /* this */
            new java.util.HashMap
            dup
            iconst_0
            invokespecial java.util.HashMap.<init>:(I)V
            putfield sun.reflect.annotation.AnnotationType.memberDefaults:Ljava/util/Map;
         7: .line 118
            aload 0 /* this */
            new java.util.HashMap
            dup
            aload 2 /* methods */
            arraylength
            iconst_1
            iadd
            fconst_1
            invokespecial java.util.HashMap.<init>:(IF)V
            putfield sun.reflect.annotation.AnnotationType.members:Ljava/util/Map;
         8: .line 120
            aload 2 /* methods */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 20
      StackMap locals: sun.reflect.annotation.AnnotationType java.lang.Class java.lang.reflect.Method[] top int int java.lang.reflect.Method[]
      StackMap stack:
         9: aload 6
            iload 4
            aaload
            astore 3 /* method */
        start local 3 // java.lang.reflect.Method method
        10: .line 121
            aload 3 /* method */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            arraylength
            ifeq 12
        11: .line 122
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 3 /* method */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " has params"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 123
      StackMap locals: sun.reflect.annotation.AnnotationType java.lang.Class java.lang.reflect.Method[] java.lang.reflect.Method int int java.lang.reflect.Method[]
      StackMap stack:
            aload 3 /* method */
            invokevirtual java.lang.reflect.Method.getName:()Ljava/lang/String;
            astore 7 /* name */
        start local 7 // java.lang.String name
        13: .line 124
            aload 3 /* method */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            astore 8 /* type */
        start local 8 // java.lang.Class type
        14: .line 125
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationType.memberTypes:Ljava/util/Map;
            aload 7 /* name */
            aload 8 /* type */
            invokestatic sun.reflect.annotation.AnnotationType.invocationHandlerReturnType:(Ljava/lang/Class;)Ljava/lang/Class;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        15: .line 126
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationType.members:Ljava/util/Map;
            aload 7 /* name */
            aload 3 /* method */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        16: .line 128
            aload 3 /* method */
            invokevirtual java.lang.reflect.Method.getDefaultValue:()Ljava/lang/Object;
            astore 9 /* defaultValue */
        start local 9 // java.lang.Object defaultValue
        17: .line 129
            aload 9 /* defaultValue */
            ifnull 19
        18: .line 130
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationType.memberDefaults:Ljava/util/Map;
            aload 7 /* name */
            aload 9 /* defaultValue */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 9 // java.lang.Object defaultValue
        end local 8 // java.lang.Class type
        end local 7 // java.lang.String name
        end local 3 // java.lang.reflect.Method method
        19: .line 120
      StackMap locals: sun.reflect.annotation.AnnotationType java.lang.Class java.lang.reflect.Method[] top int int java.lang.reflect.Method[]
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
        20: iload 4
            iload 5
            if_icmplt 9
        21: .line 135
            aload 1 /* annotationClass */
            ldc Ljava/lang/annotation/Retention;
            if_acmpeq 36
        22: .line 136
            aload 1 /* annotationClass */
            ldc Ljava/lang/annotation/Inherited;
            if_acmpeq 36
        23: .line 137
            invokestatic sun.misc.SharedSecrets.getJavaLangAccess:()Lsun/misc/JavaLangAccess;
            astore 3 /* jla */
        start local 3 // sun.misc.JavaLangAccess jla
        24: .line 140
            aload 3 /* jla */
            aload 1 /* annotationClass */
            invokeinterface sun.misc.JavaLangAccess.getRawClassAnnotations:(Ljava/lang/Class;)[B
        25: .line 141
            aload 3 /* jla */
            aload 1 /* annotationClass */
            invokeinterface sun.misc.JavaLangAccess.getConstantPool:(Ljava/lang/Class;)Lsun/reflect/ConstantPool;
        26: .line 142
            aload 1 /* annotationClass */
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
        27: .line 143
            ldc Ljava/lang/annotation/Retention;
            aastore
            dup
            iconst_1
            ldc Ljava/lang/annotation/Inherited;
            aastore
        28: .line 139
            invokestatic sun.reflect.annotation.AnnotationParser.parseSelectAnnotations:([BLsun/reflect/ConstantPool;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/util/Map;
        29: .line 138
            astore 4 /* metaAnnotations */
        start local 4 // java.util.Map metaAnnotations
        30: .line 145
            aload 4 /* metaAnnotations */
            ldc Ljava/lang/annotation/Retention;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.annotation.Retention
            astore 5 /* ret */
        start local 5 // java.lang.annotation.Retention ret
        31: .line 146
            aload 0 /* this */
            aload 5 /* ret */
            ifnonnull 32
            getstatic java.lang.annotation.RetentionPolicy.CLASS:Ljava/lang/annotation/RetentionPolicy;
            goto 33
      StackMap locals: sun.reflect.annotation.AnnotationType java.lang.Class java.lang.reflect.Method[] sun.misc.JavaLangAccess java.util.Map java.lang.annotation.Retention
      StackMap stack: sun.reflect.annotation.AnnotationType
        32: aload 5 /* ret */
            invokeinterface java.lang.annotation.Retention.value:()Ljava/lang/annotation/RetentionPolicy;
      StackMap locals: sun.reflect.annotation.AnnotationType java.lang.Class java.lang.reflect.Method[] sun.misc.JavaLangAccess java.util.Map java.lang.annotation.Retention
      StackMap stack: sun.reflect.annotation.AnnotationType java.lang.annotation.RetentionPolicy
        33: putfield sun.reflect.annotation.AnnotationType.retention:Ljava/lang/annotation/RetentionPolicy;
        34: .line 147
            aload 0 /* this */
            aload 4 /* metaAnnotations */
            ldc Ljava/lang/annotation/Inherited;
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            putfield sun.reflect.annotation.AnnotationType.inherited:Z
        end local 5 // java.lang.annotation.Retention ret
        end local 4 // java.util.Map metaAnnotations
        end local 3 // sun.misc.JavaLangAccess jla
        35: .line 148
            goto 38
        36: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;
            putfield sun.reflect.annotation.AnnotationType.retention:Ljava/lang/annotation/RetentionPolicy;
        37: .line 151
            aload 0 /* this */
            iconst_0
            putfield sun.reflect.annotation.AnnotationType.inherited:Z
        38: .line 153
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.reflect.Method[] methods
        end local 1 // java.lang.Class annotationClass
        end local 0 // sun.reflect.annotation.AnnotationType this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   39     0             this  Lsun/reflect/annotation/AnnotationType;
            0   39     1  annotationClass  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            5   39     2          methods  [Ljava/lang/reflect/Method;
           10   19     3           method  Ljava/lang/reflect/Method;
           13   19     7             name  Ljava/lang/String;
           14   19     8             type  Ljava/lang/Class<*>;
           17   19     9     defaultValue  Ljava/lang/Object;
           24   35     3              jla  Lsun/misc/JavaLangAccess;
           30   35     4  metaAnnotations  Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/annotation/Annotation;>;
           31   35     5              ret  Ljava/lang/annotation/Retention;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)V
    MethodParameters:
                 Name  Flags
      annotationClass  final

  public static java.lang.Class<?> invocationHandlerReturnType(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Class;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Class type
         0: .line 163
            aload 0 /* type */
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            if_acmpne 2
         1: .line 164
            ldc Ljava/lang/Byte;
            areturn
         2: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            if_acmpne 4
         3: .line 166
            ldc Ljava/lang/Character;
            areturn
         4: .line 167
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            if_acmpne 6
         5: .line 168
            ldc Ljava/lang/Double;
            areturn
         6: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            if_acmpne 8
         7: .line 170
            ldc Ljava/lang/Float;
            areturn
         8: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            if_acmpne 10
         9: .line 172
            ldc Ljava/lang/Integer;
            areturn
        10: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            if_acmpne 12
        11: .line 174
            ldc Ljava/lang/Long;
            areturn
        12: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            if_acmpne 14
        13: .line 176
            ldc Ljava/lang/Short;
            areturn
        14: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            if_acmpne 16
        15: .line 178
            ldc Ljava/lang/Boolean;
            areturn
        16: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            areturn
        end local 0 // java.lang.Class type
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   17     0  type  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Ljava/lang/Class<*>;
    MethodParameters:
      Name  Flags
      type  

  public java.util.Map<java.lang.String, java.lang.Class<?>> memberTypes();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotationType this
         0: .line 189
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationType.memberTypes:Ljava/util/Map;
            areturn
        end local 0 // sun.reflect.annotation.AnnotationType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotationType;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;

  public java.util.Map<java.lang.String, java.lang.reflect.Method> members();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotationType this
         0: .line 197
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationType.members:Ljava/util/Map;
            areturn
        end local 0 // sun.reflect.annotation.AnnotationType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotationType;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/reflect/Method;>;

  public java.util.Map<java.lang.String, java.lang.Object> memberDefaults();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotationType this
         0: .line 205
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationType.memberDefaults:Ljava/util/Map;
            areturn
        end local 0 // sun.reflect.annotation.AnnotationType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotationType;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Object;>;

  public java.lang.annotation.RetentionPolicy retention();
    descriptor: ()Ljava/lang/annotation/RetentionPolicy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotationType this
         0: .line 212
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationType.retention:Ljava/lang/annotation/RetentionPolicy;
            areturn
        end local 0 // sun.reflect.annotation.AnnotationType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotationType;

  public boolean isInherited();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotationType this
         0: .line 219
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationType.inherited:Z
            ireturn
        end local 0 // sun.reflect.annotation.AnnotationType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/AnnotationType;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.AnnotationType this
         0: .line 226
            new java.lang.StringBuilder
            dup
            ldc "Annotation Type:\n   Member types: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 227
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationType.memberTypes:Ljava/util/Map;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 228
            ldc "   Member defaults: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationType.memberDefaults:Ljava/util/Map;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 229
            ldc "   Retention policy: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationType.retention:Ljava/lang/annotation/RetentionPolicy;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "\n"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 230
            ldc "   Inherited: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.reflect.annotation.AnnotationType.inherited:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
         5: .line 226
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.reflect.annotation.AnnotationType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/reflect/annotation/AnnotationType;
}
SourceFile: "AnnotationType.java"
NestMembers:
  sun.reflect.annotation.AnnotationType$1
InnerClasses:
  sun.reflect.annotation.AnnotationType$1