public abstract class net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase implements net.bytebuddy.description.annotation.AnnotationDescription
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase
  super_class: java.lang.Object
{
  private static final java.lang.annotation.ElementType[] DEFAULT_TARGET;
    descriptor: [Ljava/lang/annotation/ElementType;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 471
            bipush 8
            anewarray java.lang.annotation.ElementType
            dup
            iconst_0
            getstatic java.lang.annotation.ElementType.ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;
            aastore
            dup
            iconst_1
         1: .line 472
            getstatic java.lang.annotation.ElementType.CONSTRUCTOR:Ljava/lang/annotation/ElementType;
            aastore
            dup
            iconst_2
            getstatic java.lang.annotation.ElementType.FIELD:Ljava/lang/annotation/ElementType;
            aastore
            dup
            iconst_3
            getstatic java.lang.annotation.ElementType.LOCAL_VARIABLE:Ljava/lang/annotation/ElementType;
            aastore
            dup
            iconst_4
            getstatic java.lang.annotation.ElementType.METHOD:Ljava/lang/annotation/ElementType;
            aastore
            dup
            iconst_5
         2: .line 473
            getstatic java.lang.annotation.ElementType.PACKAGE:Ljava/lang/annotation/ElementType;
            aastore
            dup
            bipush 6
            getstatic java.lang.annotation.ElementType.PARAMETER:Ljava/lang/annotation/ElementType;
            aastore
            dup
            bipush 7
            getstatic java.lang.annotation.ElementType.TYPE:Ljava/lang/annotation/ElementType;
            aastore
         3: .line 471
            putstatic net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase.DEFAULT_TARGET:[Ljava/lang/annotation/ElementType;
         4: .line 473
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
         0: .line 465
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/annotation/AnnotationDescription$AbstractBase;

  public java.lang.annotation.RetentionPolicy getRetention();
    descriptor: ()Ljava/lang/annotation/RetentionPolicy;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
         0: .line 479
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase.getAnnotationType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Ljava/lang/annotation/Retention;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.ofType:(Ljava/lang/Class;)Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;
            astore 1 /* retention */
        start local 1 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable retention
         1: .line 480
            aload 1 /* retention */
            ifnonnull 3
         2: .line 481
            getstatic java.lang.annotation.RetentionPolicy.CLASS:Ljava/lang/annotation/RetentionPolicy;
            goto 4
         3: .line 482
      StackMap locals: net.bytebuddy.description.annotation.AnnotationDescription$Loadable
      StackMap stack:
            aload 1 /* retention */
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.loadSilent:()Ljava/lang/annotation/Annotation;
            checkcast java.lang.annotation.Retention
            invokeinterface java.lang.annotation.Retention.value:()Ljava/lang/annotation/RetentionPolicy;
         4: .line 480
      StackMap locals:
      StackMap stack: java.lang.annotation.RetentionPolicy
            areturn
        end local 1 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable retention
        end local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lnet/bytebuddy/description/annotation/AnnotationDescription$AbstractBase;
            1    5     1  retention  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Ljava/lang/annotation/Retention;>;

  public java.util.Set<java.lang.annotation.ElementType> getElementTypes();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
         0: .line 489
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase.getAnnotationType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Ljava/lang/annotation/Target;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.ofType:(Ljava/lang/Class;)Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;
            astore 1 /* target */
        start local 1 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable target
         1: .line 490
            new java.util.HashSet
            dup
            aload 1 /* target */
            ifnonnull 3
         2: .line 491
            getstatic net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase.DEFAULT_TARGET:[Ljava/lang/annotation/ElementType;
            goto 4
         3: .line 492
      StackMap locals: net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase net.bytebuddy.description.annotation.AnnotationDescription$Loadable
      StackMap stack: new 1 new 1
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.loadSilent:()Ljava/lang/annotation/Annotation;
            checkcast java.lang.annotation.Target
            invokeinterface java.lang.annotation.Target.value:()[Ljava/lang/annotation/ElementType;
         4: .line 490
      StackMap locals: net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase net.bytebuddy.description.annotation.AnnotationDescription$Loadable
      StackMap stack: new 1 new 1 java.lang.annotation.ElementType[]
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial java.util.HashSet.<init>:(Ljava/util/Collection;)V
            areturn
        end local 1 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable target
        end local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lnet/bytebuddy/description/annotation/AnnotationDescription$AbstractBase;
            1    5     1  target  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Ljava/lang/annotation/Target;>;
    Signature: ()Ljava/util/Set<Ljava/lang/annotation/ElementType;>;

  public boolean isInherited();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
         0: .line 499
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase.getAnnotationType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Ljava/lang/annotation/Inherited;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.isAnnotationPresent:(Ljava/lang/Class;)Z
            ireturn
        end local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/annotation/AnnotationDescription$AbstractBase;

  public boolean isDocumented();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
         0: .line 506
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase.getAnnotationType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Ljava/lang/annotation/Documented;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.isAnnotationPresent:(Ljava/lang/Class;)Z
            ireturn
        end local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/annotation/AnnotationDescription$AbstractBase;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
         0: .line 511
            iconst_0
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 512
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase.getAnnotationType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
            invokeinterface net.bytebuddy.description.method.MethodList.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase int top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            astore 2 /* methodDescription */
        start local 2 // net.bytebuddy.description.method.MethodDescription$InDefinedShape methodDescription
         3: .line 513
            iload 1 /* hashCode */
            bipush 31
            aload 0 /* this */
            aload 2 /* methodDescription */
            invokevirtual net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase.getValue:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/annotation/AnnotationValue;
            invokevirtual java.lang.Object.hashCode:()I
            imul
            iadd
            istore 1 /* hashCode */
        end local 2 // net.bytebuddy.description.method.MethodDescription$InDefinedShape methodDescription
         4: .line 512
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 515
            iload 1 /* hashCode */
            ireturn
        end local 1 // int hashCode
        end local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lnet/bytebuddy/description/annotation/AnnotationDescription$AbstractBase;
            1    6     1           hashCode  I
            3    4     2  methodDescription  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
        start local 1 // java.lang.Object other
         0: .line 520
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 521
            iconst_1
            ireturn
         2: .line 522
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof net.bytebuddy.description.annotation.AnnotationDescription
            ifne 4
         3: .line 523
            iconst_0
            ireturn
         4: .line 525
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast net.bytebuddy.description.annotation.AnnotationDescription
            astore 2 /* annotationDescription */
        start local 2 // net.bytebuddy.description.annotation.AnnotationDescription annotationDescription
         5: .line 526
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase.getAnnotationType:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 3 /* annotationType */
        start local 3 // net.bytebuddy.description.type.TypeDescription annotationType
         6: .line 527
            aload 2 /* annotationDescription */
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription.getAnnotationType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 3 /* annotationType */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 8
         7: .line 528
            iconst_0
            ireturn
         8: .line 530
      StackMap locals: net.bytebuddy.description.annotation.AnnotationDescription net.bytebuddy.description.type.TypeDescription
      StackMap stack:
            aload 3 /* annotationType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
            invokeinterface net.bytebuddy.description.method.MethodList.iterator:()Ljava/util/Iterator;
            astore 5
            goto 12
      StackMap locals: net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase java.lang.Object net.bytebuddy.description.annotation.AnnotationDescription net.bytebuddy.description.type.TypeDescription top java.util.Iterator
      StackMap stack:
         9: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            astore 4 /* methodDescription */
        start local 4 // net.bytebuddy.description.method.MethodDescription$InDefinedShape methodDescription
        10: .line 531
            aload 0 /* this */
            aload 4 /* methodDescription */
            invokevirtual net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase.getValue:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/annotation/AnnotationValue;
            aload 2 /* annotationDescription */
            aload 4 /* methodDescription */
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription.getValue:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/annotation/AnnotationValue;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 12
        11: .line 532
            iconst_0
            ireturn
        end local 4 // net.bytebuddy.description.method.MethodDescription$InDefinedShape methodDescription
        12: .line 530
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 9
        13: .line 535
            iconst_1
            ireturn
        end local 3 // net.bytebuddy.description.type.TypeDescription annotationType
        end local 2 // net.bytebuddy.description.annotation.AnnotationDescription annotationDescription
        end local 1 // java.lang.Object other
        end local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   14     0                   this  Lnet/bytebuddy/description/annotation/AnnotationDescription$AbstractBase;
            0   14     1                  other  Ljava/lang/Object;
            5   14     2  annotationDescription  Lnet/bytebuddy/description/annotation/AnnotationDescription;
            6   14     3         annotationType  Lnet/bytebuddy/description/type/TypeDescription;
           10   12     4      methodDescription  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
         0: .line 540
            aload 0 /* this */
            invokevirtual net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase.getAnnotationType:()Lnet/bytebuddy/description/type/TypeDescription;
            astore 1 /* annotationType */
        start local 1 // net.bytebuddy.description.type.TypeDescription annotationType
         1: .line 541
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            bipush 64
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 1 /* annotationType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 40
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            astore 2 /* toString */
        start local 2 // java.lang.StringBuilder toString
         2: .line 542
            iconst_1
            istore 3 /* firstMember */
        start local 3 // boolean firstMember
         3: .line 543
            aload 1 /* annotationType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
            invokeinterface net.bytebuddy.description.method.MethodList.iterator:()Ljava/util/Iterator;
            astore 5
            goto 10
      StackMap locals: net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase net.bytebuddy.description.type.TypeDescription java.lang.StringBuilder int top java.util.Iterator
      StackMap stack:
         4: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            astore 4 /* methodDescription */
        start local 4 // net.bytebuddy.description.method.MethodDescription$InDefinedShape methodDescription
         5: .line 544
            iload 3 /* firstMember */
            ifeq 8
         6: .line 545
            iconst_0
            istore 3 /* firstMember */
         7: .line 546
            goto 9
         8: .line 547
      StackMap locals: net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase net.bytebuddy.description.type.TypeDescription java.lang.StringBuilder int net.bytebuddy.description.method.MethodDescription$InDefinedShape java.util.Iterator
      StackMap stack:
            aload 2 /* toString */
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         9: .line 549
      StackMap locals:
      StackMap stack:
            aload 2 /* toString */
            aload 4 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 61
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            aload 4 /* methodDescription */
            invokevirtual net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase.getValue:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/description/annotation/AnnotationValue;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
        end local 4 // net.bytebuddy.description.method.MethodDescription$InDefinedShape methodDescription
        10: .line 543
      StackMap locals: net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase net.bytebuddy.description.type.TypeDescription java.lang.StringBuilder int top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        11: .line 551
            aload 2 /* toString */
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 3 // boolean firstMember
        end local 2 // java.lang.StringBuilder toString
        end local 1 // net.bytebuddy.description.type.TypeDescription annotationType
        end local 0 // net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   12     0               this  Lnet/bytebuddy/description/annotation/AnnotationDescription$AbstractBase;
            1   12     1     annotationType  Lnet/bytebuddy/description/type/TypeDescription;
            2   12     2           toString  Ljava/lang/StringBuilder;
            3   12     3        firstMember  Z
            5   10     4  methodDescription  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
}
SourceFile: "AnnotationDescription.java"
NestHost: net.bytebuddy.description.annotation.AnnotationDescription
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase of net.bytebuddy.description.annotation.AnnotationDescription
  public abstract ForPrepared = net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase$ForPrepared of net.bytebuddy.description.annotation.AnnotationDescription$AbstractBase
  public abstract Loadable = net.bytebuddy.description.annotation.AnnotationDescription$Loadable of net.bytebuddy.description.annotation.AnnotationDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription