public final class sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
  super_class: java.lang.Object
{
  private final sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target;
    descriptor: Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int count;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int secondaryIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final int UNUSED_INDEX;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2

  public void <init>(sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget);
    descriptor: (Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo this
        start local 1 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target
         0: .line 103
            aload 0 /* this */
            aload 1 /* target */
            bipush -2
            bipush -2
            invokespecial sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;II)V
         1: .line 104
            return
        end local 1 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target
        end local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            0    2     1  target  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
    MethodParameters:
        Name  Flags
      target  

  public void <init>(sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget, int);
    descriptor: (Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo this
        start local 1 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target
        start local 2 // int count
         0: .line 108
            aload 0 /* this */
            aload 1 /* target */
            iload 2 /* count */
            bipush -2
            invokespecial sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.<init>:(Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;II)V
         1: .line 109
            return
        end local 2 // int count
        end local 1 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target
        end local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            0    2     1  target  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            0    2     2   count  I
    MethodParameters:
        Name  Flags
      target  
      count   

  public void <init>(sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget, int, int);
    descriptor: (Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo this
        start local 1 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target
        start local 2 // int count
        start local 3 // int secondaryIndex
         0: .line 111
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 114
            aload 0 /* this */
            aload 1 /* target */
            putfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.target:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
         2: .line 115
            aload 0 /* this */
            iload 2 /* count */
            putfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.count:I
         3: .line 116
            aload 0 /* this */
            iload 3 /* secondaryIndex */
            putfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.secondaryIndex:I
         4: .line 117
            return
        end local 3 // int secondaryIndex
        end local 2 // int count
        end local 1 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget target
        end local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            0    5     1          target  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            0    5     2           count  I
            0    5     3  secondaryIndex  I
    MethodParameters:
                Name  Flags
      target          
      count           
      secondaryIndex  

  public sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget getTarget();
    descriptor: ()Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo this
         0: .line 120
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.target:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            areturn
        end local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;

  public int getCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo this
         0: .line 123
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.count:I
            ireturn
        end local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;

  public int getSecondaryIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo this
         0: .line 126
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.secondaryIndex:I
            ireturn
        end local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo this
         0: .line 131
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.target:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ": "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.count:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.secondaryIndex:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
}
SourceFile: "TypeAnnotation.java"
NestHost: sun.reflect.annotation.TypeAnnotation
InnerClasses:
  public final TypeAnnotationTarget = sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget of sun.reflect.annotation.TypeAnnotation
  public final TypeAnnotationTargetInfo = sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo of sun.reflect.annotation.TypeAnnotation