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 jdk.internal.misc.SharedSecrets.getJavaLangAccess:()Ljdk/internal/misc/JavaLangAccess;
            astore 1 /* jla */
        start local 1 // jdk.internal.misc.JavaLangAccess jla
         1: .line 83
            aload 1 /* jla */
            aload 0 /* annotationClass */
            invokeinterface jdk.internal.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 jdk.internal.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 jdk.internal.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: jdk.internal.misc.JavaLangAccess sun.reflect.annotation.AnnotationType
      StackMap stack:
            aload 2 /* result */
            areturn
        end local 2 // sun.reflect.annotation.AnnotationType result
        end local 1 // jdk.internal.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  Ljdk/internal/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 23
      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.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isPublic:(I)Z
            ifeq 22
        11: .line 122
            aload 3 /* method */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            invokestatic java.lang.reflect.Modifier.isAbstract:(I)Z
            ifeq 22
        12: .line 123
            aload 3 /* method */
            invokevirtual java.lang.reflect.Method.isSynthetic:()Z
            ifne 22
        13: .line 124
            aload 3 /* method */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            arraylength
            ifeq 15
        14: .line 125
            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
        15: .line 127
      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
        16: .line 128
            aload 3 /* method */
            invokevirtual java.lang.reflect.Method.getReturnType:()Ljava/lang/Class;
            astore 8 /* type */
        start local 8 // java.lang.Class type
        17: .line 129
            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
        18: .line 130
            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
        19: .line 132
            aload 3 /* method */
            invokevirtual java.lang.reflect.Method.getDefaultValue:()Ljava/lang/Object;
            astore 9 /* defaultValue */
        start local 9 // java.lang.Object defaultValue
        20: .line 133
            aload 9 /* defaultValue */
            ifnull 22
        21: .line 134
            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
        22: .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:
        23: iload 4
            iload 5
            if_icmplt 9
        24: .line 141
            aload 1 /* annotationClass */
            ldc Ljava/lang/annotation/Retention;
            if_acmpeq 39
        25: .line 142
            aload 1 /* annotationClass */
            ldc Ljava/lang/annotation/Inherited;
            if_acmpeq 39
        26: .line 143
            invokestatic jdk.internal.misc.SharedSecrets.getJavaLangAccess:()Ljdk/internal/misc/JavaLangAccess;
            astore 3 /* jla */
        start local 3 // jdk.internal.misc.JavaLangAccess jla
        27: .line 146
            aload 3 /* jla */
            aload 1 /* annotationClass */
            invokeinterface jdk.internal.misc.JavaLangAccess.getRawClassAnnotations:(Ljava/lang/Class;)[B
        28: .line 147
            aload 3 /* jla */
            aload 1 /* annotationClass */
            invokeinterface jdk.internal.misc.JavaLangAccess.getConstantPool:(Ljava/lang/Class;)Ljdk/internal/reflect/ConstantPool;
        29: .line 148
            aload 1 /* annotationClass */
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
        30: .line 149
            ldc Ljava/lang/annotation/Retention;
            aastore
            dup
            iconst_1
            ldc Ljava/lang/annotation/Inherited;
            aastore
        31: .line 145
            invokestatic sun.reflect.annotation.AnnotationParser.parseSelectAnnotations:([BLjdk/internal/reflect/ConstantPool;Ljava/lang/Class;[Ljava/lang/Class;)Ljava/util/Map;
        32: .line 144
            astore 4 /* metaAnnotations */
        start local 4 // java.util.Map metaAnnotations
        33: .line 151
            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
        34: .line 152
            aload 0 /* this */
            aload 5 /* ret */
            ifnonnull 35
            getstatic java.lang.annotation.RetentionPolicy.CLASS:Ljava/lang/annotation/RetentionPolicy;
            goto 36
      StackMap locals: sun.reflect.annotation.AnnotationType java.lang.Class java.lang.reflect.Method[] jdk.internal.misc.JavaLangAccess java.util.Map java.lang.annotation.Retention
      StackMap stack: sun.reflect.annotation.AnnotationType
        35: 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[] jdk.internal.misc.JavaLangAccess java.util.Map java.lang.annotation.Retention
      StackMap stack: sun.reflect.annotation.AnnotationType java.lang.annotation.RetentionPolicy
        36: putfield sun.reflect.annotation.AnnotationType.retention:Ljava/lang/annotation/RetentionPolicy;
        37: .line 153
            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 // jdk.internal.misc.JavaLangAccess jla
        38: .line 154
            goto 41
        39: .line 156
      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;
        40: .line 157
            aload 0 /* this */
            iconst_0
            putfield sun.reflect.annotation.AnnotationType.inherited:Z
        41: .line 159
      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   42     0             this  Lsun/reflect/annotation/AnnotationType;
            0   42     1  annotationClass  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
            5   42     2          methods  [Ljava/lang/reflect/Method;
           10   22     3           method  Ljava/lang/reflect/Method;
           16   22     7             name  Ljava/lang/String;
           17   22     8             type  Ljava/lang/Class<*>;
           20   22     9     defaultValue  Ljava/lang/Object;
           27   38     3              jla  Ljdk/internal/misc/JavaLangAccess;
           33   38     4  metaAnnotations  Ljava/util/Map<Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;Ljava/lang/annotation/Annotation;>;
           34   38     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 169
            aload 0 /* type */
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            if_acmpne 2
         1: .line 170
            ldc Ljava/lang/Byte;
            areturn
         2: .line 171
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            if_acmpne 4
         3: .line 172
            ldc Ljava/lang/Character;
            areturn
         4: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            if_acmpne 6
         5: .line 174
            ldc Ljava/lang/Double;
            areturn
         6: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            if_acmpne 8
         7: .line 176
            ldc Ljava/lang/Float;
            areturn
         8: .line 177
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            if_acmpne 10
         9: .line 178
            ldc Ljava/lang/Integer;
            areturn
        10: .line 179
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            if_acmpne 12
        11: .line 180
            ldc Ljava/lang/Long;
            areturn
        12: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            if_acmpne 14
        13: .line 182
            ldc Ljava/lang/Short;
            areturn
        14: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* type */
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            if_acmpne 16
        15: .line 184
            ldc Ljava/lang/Boolean;
            areturn
        16: .line 187
      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 195
            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 203
            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 211
            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 218
            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 225
            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 232
            new java.lang.StringBuilder
            dup
            ldc "Annotation Type:\n   Member types: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 233
            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 234
            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 235
            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 236
            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 232
            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