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

  private final sun.reflect.annotation.TypeAnnotation$LocationInfo loc;
    descriptor: Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final java.lang.reflect.AnnotatedElement baseDeclaration;
    descriptor: Ljava/lang/reflect/AnnotatedElement;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo, sun.reflect.annotation.TypeAnnotation$LocationInfo, java.lang.annotation.Annotation, java.lang.reflect.AnnotatedElement);
    descriptor: (Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;Lsun/reflect/annotation/TypeAnnotation$LocationInfo;Ljava/lang/annotation/Annotation;Ljava/lang/reflect/AnnotatedElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // sun.reflect.annotation.TypeAnnotation this
        start local 1 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo targetInfo
        start local 2 // sun.reflect.annotation.TypeAnnotation$LocationInfo loc
        start local 3 // java.lang.annotation.Annotation annotation
        start local 4 // java.lang.reflect.AnnotatedElement baseDeclaration
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* targetInfo */
            putfield sun.reflect.annotation.TypeAnnotation.targetInfo:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
         2: .line 54
            aload 0 /* this */
            aload 2 /* loc */
            putfield sun.reflect.annotation.TypeAnnotation.loc:Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
         3: .line 55
            aload 0 /* this */
            aload 3 /* annotation */
            putfield sun.reflect.annotation.TypeAnnotation.annotation:Ljava/lang/annotation/Annotation;
         4: .line 56
            aload 0 /* this */
            aload 4 /* baseDeclaration */
            putfield sun.reflect.annotation.TypeAnnotation.baseDeclaration:Ljava/lang/reflect/AnnotatedElement;
         5: .line 57
            return
        end local 4 // java.lang.reflect.AnnotatedElement baseDeclaration
        end local 3 // java.lang.annotation.Annotation annotation
        end local 2 // sun.reflect.annotation.TypeAnnotation$LocationInfo loc
        end local 1 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo targetInfo
        end local 0 // sun.reflect.annotation.TypeAnnotation this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lsun/reflect/annotation/TypeAnnotation;
            0    6     1       targetInfo  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            0    6     2              loc  Lsun/reflect/annotation/TypeAnnotation$LocationInfo;
            0    6     3       annotation  Ljava/lang/annotation/Annotation;
            0    6     4  baseDeclaration  Ljava/lang/reflect/AnnotatedElement;
    MethodParameters:
                 Name  Flags
      targetInfo       
      loc              
      annotation       
      baseDeclaration  

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

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

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

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

  public static java.util.List<sun.reflect.annotation.TypeAnnotation> filter(sun.reflect.annotation.TypeAnnotation[], sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget);
    descriptor: ([Lsun/reflect/annotation/TypeAnnotation;Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // sun.reflect.annotation.TypeAnnotation[] typeAnnotations
        start local 1 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget predicate
         0: .line 74
            new java.util.ArrayList
            dup
            aload 0 /* typeAnnotations */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* typeAnnos */
        start local 2 // java.util.ArrayList typeAnnos
         1: .line 75
            aload 0 /* typeAnnotations */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 6
      StackMap locals: sun.reflect.annotation.TypeAnnotation[] sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget java.util.ArrayList top int int sun.reflect.annotation.TypeAnnotation[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* t */
        start local 3 // sun.reflect.annotation.TypeAnnotation t
         3: .line 76
            aload 3 /* t */
            invokevirtual sun.reflect.annotation.TypeAnnotation.getTargetInfo:()Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            invokevirtual sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.getTarget:()Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            aload 1 /* predicate */
            if_acmpne 5
         4: .line 77
            aload 2 /* typeAnnos */
            aload 3 /* t */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // sun.reflect.annotation.TypeAnnotation t
         5: .line 75
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         6: iload 4
            iload 5
            if_icmplt 2
         7: .line 78
            aload 2 /* typeAnnos */
            invokevirtual java.util.ArrayList.trimToSize:()V
         8: .line 79
            aload 2 /* typeAnnos */
            areturn
        end local 2 // java.util.ArrayList typeAnnos
        end local 1 // sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget predicate
        end local 0 // sun.reflect.annotation.TypeAnnotation[] typeAnnotations
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0  typeAnnotations  [Lsun/reflect/annotation/TypeAnnotation;
            0    9     1        predicate  Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;
            1    9     2        typeAnnos  Ljava/util/ArrayList<Lsun/reflect/annotation/TypeAnnotation;>;
            3    5     3                t  Lsun/reflect/annotation/TypeAnnotation;
    Signature: ([Lsun/reflect/annotation/TypeAnnotation;Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTarget;)Ljava/util/List<Lsun/reflect/annotation/TypeAnnotation;>;
    MethodParameters:
                 Name  Flags
      typeAnnotations  
      predicate        

  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.TypeAnnotation this
         0: .line 240
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeAnnotation.annotation:Ljava/lang/annotation/Annotation;
            invokeinterface java.lang.annotation.Annotation.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " with Targetnfo: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 241
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeAnnotation.targetInfo:Lsun/reflect/annotation/TypeAnnotation$TypeAnnotationTargetInfo;
            invokevirtual sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " on base declaration: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 242
            aload 0 /* this */
            getfield sun.reflect.annotation.TypeAnnotation.baseDeclaration:Ljava/lang/reflect/AnnotatedElement;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 240
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // sun.reflect.annotation.TypeAnnotation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lsun/reflect/annotation/TypeAnnotation;
}
SourceFile: "TypeAnnotation.java"
NestMembers:
  sun.reflect.annotation.TypeAnnotation$LocationInfo  sun.reflect.annotation.TypeAnnotation$LocationInfo$Location  sun.reflect.annotation.TypeAnnotation$TypeAnnotationTarget  sun.reflect.annotation.TypeAnnotation$TypeAnnotationTargetInfo
InnerClasses:
  public final LocationInfo = sun.reflect.annotation.TypeAnnotation$LocationInfo of sun.reflect.annotation.TypeAnnotation
  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