public class net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray<U, V> extends net.bytebuddy.description.annotation.AnnotationValue$AbstractBase<U[], V[]>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray
  super_class: net.bytebuddy.description.annotation.AnnotationValue$AbstractBase
{
  private final java.lang.Class<?> unloadedComponentType;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  private final net.bytebuddy.description.type.TypeDescription componentType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<? extends net.bytebuddy.description.annotation.AnnotationValue<?, ?>> values;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationValue<**>;>;

  protected void <init>(java.lang.Class<?>, net.bytebuddy.description.type.TypeDescription, java.util.List<? extends net.bytebuddy.description.annotation.AnnotationValue<?, ?>>);
    descriptor: (Ljava/lang/Class;Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray this
        start local 1 // java.lang.Class unloadedComponentType
        start local 2 // net.bytebuddy.description.type.TypeDescription componentType
        start local 3 // java.util.List values
         0: .line 1812
            aload 0 /* this */
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$AbstractBase.<init>:()V
         1: .line 1815
            aload 0 /* this */
            aload 1 /* unloadedComponentType */
            putfield net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.unloadedComponentType:Ljava/lang/Class;
         2: .line 1816
            aload 0 /* this */
            aload 2 /* componentType */
            putfield net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.componentType:Lnet/bytebuddy/description/type/TypeDescription;
         3: .line 1817
            aload 0 /* this */
            aload 3 /* values */
            putfield net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.values:Ljava/util/List;
         4: .line 1818
            return
        end local 3 // java.util.List values
        end local 2 // net.bytebuddy.description.type.TypeDescription componentType
        end local 1 // java.lang.Class unloadedComponentType
        end local 0 // net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lnet/bytebuddy/description/annotation/AnnotationValue$ForDescriptionArray<TU;TV;>;
            0    5     1  unloadedComponentType  Ljava/lang/Class<*>;
            0    5     2          componentType  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     3                 values  Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationValue<**>;>;
    Signature: (Ljava/lang/Class<*>;Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<+Lnet/bytebuddy/description/annotation/AnnotationValue<**>;>;)V
    MethodParameters:
                       Name  Flags
      unloadedComponentType  
      componentType          
      values                 

  public static <W extends java.lang.Enum<W>> net.bytebuddy.description.annotation.AnnotationValue<net.bytebuddy.description.enumeration.EnumerationDescription[], W[]> of(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.enumeration.EnumerationDescription[]);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;[Lnet/bytebuddy/description/enumeration/EnumerationDescription;)Lnet/bytebuddy/description/annotation/AnnotationValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription enumerationType
        start local 1 // net.bytebuddy.description.enumeration.EnumerationDescription[] enumerationDescription
         0: .line 1830
            new java.util.ArrayList
            dup
            aload 1 /* enumerationDescription */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* values */
        start local 2 // java.util.List values
         1: .line 1831
            aload 1 /* enumerationDescription */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 7
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.enumeration.EnumerationDescription[] java.util.List top int int net.bytebuddy.description.enumeration.EnumerationDescription[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* value */
        start local 3 // net.bytebuddy.description.enumeration.EnumerationDescription value
         3: .line 1832
            aload 3 /* value */
            invokeinterface net.bytebuddy.description.enumeration.EnumerationDescription.getEnumerationType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* enumerationType */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 5
         4: .line 1833
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 3 /* value */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is not of "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* enumerationType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 1835
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.enumeration.EnumerationDescription[] java.util.List net.bytebuddy.description.enumeration.EnumerationDescription int int net.bytebuddy.description.enumeration.EnumerationDescription[]
      StackMap stack:
            aload 2 /* values */
            aload 3 /* value */
            invokestatic net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription.of:(Lnet/bytebuddy/description/enumeration/EnumerationDescription;)Lnet/bytebuddy/description/annotation/AnnotationValue;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // net.bytebuddy.description.enumeration.EnumerationDescription value
         6: .line 1831
            iinc 4 1
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.enumeration.EnumerationDescription[] java.util.List top int int net.bytebuddy.description.enumeration.EnumerationDescription[]
      StackMap stack:
         7: iload 4
            iload 5
            if_icmplt 2
         8: .line 1837
            new net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray
            dup
            ldc Lnet/bytebuddy/description/enumeration/EnumerationDescription;
            aload 0 /* enumerationType */
            aload 2 /* values */
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.<init>:(Ljava/lang/Class;Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
            areturn
        end local 2 // java.util.List values
        end local 1 // net.bytebuddy.description.enumeration.EnumerationDescription[] enumerationDescription
        end local 0 // net.bytebuddy.description.type.TypeDescription enumerationType
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    9     0         enumerationType  Lnet/bytebuddy/description/type/TypeDescription;
            0    9     1  enumerationDescription  [Lnet/bytebuddy/description/enumeration/EnumerationDescription;
            1    9     2                  values  Ljava/util/List<Lnet/bytebuddy/description/annotation/AnnotationValue<Lnet/bytebuddy/description/enumeration/EnumerationDescription;TW;>;>;
            3    6     3                   value  Lnet/bytebuddy/description/enumeration/EnumerationDescription;
    Signature: <W:Ljava/lang/Enum<TW;>;>(Lnet/bytebuddy/description/type/TypeDescription;[Lnet/bytebuddy/description/enumeration/EnumerationDescription;)Lnet/bytebuddy/description/annotation/AnnotationValue<[Lnet/bytebuddy/description/enumeration/EnumerationDescription;[TW;>;
    MethodParameters:
                        Name  Flags
      enumerationType         
      enumerationDescription  

  public static <W extends java.lang.annotation.Annotation> net.bytebuddy.description.annotation.AnnotationValue<net.bytebuddy.description.annotation.AnnotationDescription[], W[]> of(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.annotation.AnnotationDescription[]);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;[Lnet/bytebuddy/description/annotation/AnnotationDescription;)Lnet/bytebuddy/description/annotation/AnnotationValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=7, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription annotationType
        start local 1 // net.bytebuddy.description.annotation.AnnotationDescription[] annotationDescription
         0: .line 1850
            new java.util.ArrayList
            dup
            aload 1 /* annotationDescription */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* values */
        start local 2 // java.util.List values
         1: .line 1851
            aload 1 /* annotationDescription */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 7
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.annotation.AnnotationDescription[] java.util.List top int int net.bytebuddy.description.annotation.AnnotationDescription[]
      StackMap stack:
         2: aload 6
            iload 4
            aaload
            astore 3 /* value */
        start local 3 // net.bytebuddy.description.annotation.AnnotationDescription value
         3: .line 1852
            aload 3 /* value */
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription.getAnnotationType:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 0 /* annotationType */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 5
         4: .line 1853
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 3 /* value */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " is not of "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* annotationType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 1855
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.annotation.AnnotationDescription[] java.util.List net.bytebuddy.description.annotation.AnnotationDescription int int net.bytebuddy.description.annotation.AnnotationDescription[]
      StackMap stack:
            aload 2 /* values */
            new net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription
            dup
            aload 3 /* value */
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription.<init>:(Lnet/bytebuddy/description/annotation/AnnotationDescription;)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // net.bytebuddy.description.annotation.AnnotationDescription value
         6: .line 1851
            iinc 4 1
      StackMap locals: net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.annotation.AnnotationDescription[] java.util.List top int int net.bytebuddy.description.annotation.AnnotationDescription[]
      StackMap stack:
         7: iload 4
            iload 5
            if_icmplt 2
         8: .line 1857
            new net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray
            dup
            ldc Lnet/bytebuddy/description/annotation/AnnotationDescription;
            aload 0 /* annotationType */
            aload 2 /* values */
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.<init>:(Ljava/lang/Class;Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
            areturn
        end local 2 // java.util.List values
        end local 1 // net.bytebuddy.description.annotation.AnnotationDescription[] annotationDescription
        end local 0 // net.bytebuddy.description.type.TypeDescription annotationType
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    9     0         annotationType  Lnet/bytebuddy/description/type/TypeDescription;
            0    9     1  annotationDescription  [Lnet/bytebuddy/description/annotation/AnnotationDescription;
            1    9     2                 values  Ljava/util/List<Lnet/bytebuddy/description/annotation/AnnotationValue<Lnet/bytebuddy/description/annotation/AnnotationDescription;TW;>;>;
            3    6     3                  value  Lnet/bytebuddy/description/annotation/AnnotationDescription;
    Signature: <W::Ljava/lang/annotation/Annotation;>(Lnet/bytebuddy/description/type/TypeDescription;[Lnet/bytebuddy/description/annotation/AnnotationDescription;)Lnet/bytebuddy/description/annotation/AnnotationValue<[Lnet/bytebuddy/description/annotation/AnnotationDescription;[TW;>;
    MethodParameters:
                       Name  Flags
      annotationType         
      annotationDescription  

  public static net.bytebuddy.description.annotation.AnnotationValue<net.bytebuddy.description.type.TypeDescription[], java.lang.Class<?>[]> of(net.bytebuddy.description.type.TypeDescription[]);
    descriptor: ([Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/annotation/AnnotationValue;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=1
        start local 0 // net.bytebuddy.description.type.TypeDescription[] typeDescription
         0: .line 1868
            new java.util.ArrayList
            dup
            aload 0 /* typeDescription */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* values */
        start local 1 // java.util.List values
         1: .line 1869
            aload 0 /* typeDescription */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: net.bytebuddy.description.type.TypeDescription[] java.util.List top int int net.bytebuddy.description.type.TypeDescription[]
      StackMap stack:
         2: aload 5
            iload 3
            aaload
            astore 2 /* value */
        start local 2 // net.bytebuddy.description.type.TypeDescription value
         3: .line 1870
            aload 1 /* values */
            aload 2 /* value */
            invokestatic net.bytebuddy.description.annotation.AnnotationValue$ForTypeDescription.of:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/annotation/AnnotationValue;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // net.bytebuddy.description.type.TypeDescription value
         4: .line 1869
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 2
         6: .line 1872
            new net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray
            dup
            ldc Lnet/bytebuddy/description/type/TypeDescription;
            getstatic net.bytebuddy.description.type.TypeDescription.CLASS:Lnet/bytebuddy/description/type/TypeDescription;
            aload 1 /* values */
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.<init>:(Ljava/lang/Class;Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
            areturn
        end local 1 // java.util.List values
        end local 0 // net.bytebuddy.description.type.TypeDescription[] typeDescription
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0  typeDescription  [Lnet/bytebuddy/description/type/TypeDescription;
            1    7     1           values  Ljava/util/List<Lnet/bytebuddy/description/annotation/AnnotationValue<Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/Class<*>;>;>;
            3    4     2            value  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: ([Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/annotation/AnnotationValue<[Lnet/bytebuddy/description/type/TypeDescription;[Ljava/lang/Class<*>;>;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public U[] resolve();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray this
         0: .line 1880
            aload 0 /* this */
            getfield net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.unloadedComponentType:Ljava/lang/Class;
            aload 0 /* this */
            getfield net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.values:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokestatic java.lang.reflect.Array.newInstance:(Ljava/lang/Class;I)Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 1 /* resolved */
        start local 1 // java.lang.Object[] resolved
         1: .line 1881
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: .line 1882
            aload 0 /* this */
            getfield net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.values:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 5
      StackMap locals: net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray java.lang.Object[] int top java.util.Iterator
      StackMap stack:
         3: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.annotation.AnnotationValue
            astore 3 /* value */
        start local 3 // net.bytebuddy.description.annotation.AnnotationValue value
         4: .line 1883
            aload 1 /* resolved */
            iload 2 /* index */
            iinc 2 /* index */ 1
            aload 3 /* value */
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:()Ljava/lang/Object;
            invokestatic java.lang.reflect.Array.set:(Ljava/lang/Object;ILjava/lang/Object;)V
        end local 3 // net.bytebuddy.description.annotation.AnnotationValue value
         5: .line 1882
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 1885
            aload 1 /* resolved */
            areturn
        end local 2 // int index
        end local 1 // java.lang.Object[] resolved
        end local 0 // net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lnet/bytebuddy/description/annotation/AnnotationValue$ForDescriptionArray<TU;TV;>;
            1    7     1  resolved  [Ljava/lang/Object;
            2    7     2     index  I
            4    5     3     value  Lnet/bytebuddy/description/annotation/AnnotationValue<**>;
    Signature: ()[TU;

  public net.bytebuddy.description.annotation.AnnotationValue$Loaded<V[]> load(java.lang.ClassLoader);
    descriptor: (Ljava/lang/ClassLoader;)Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray this
        start local 1 // java.lang.ClassLoader classLoader
         0: .line 1893
            new java.util.ArrayList
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.values:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 2 /* values */
        start local 2 // java.util.List values
         1: .line 1894
            aload 0 /* this */
            getfield net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.values:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray java.lang.ClassLoader java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.annotation.AnnotationValue
            astore 3 /* value */
        start local 3 // net.bytebuddy.description.annotation.AnnotationValue value
         3: .line 1895
            aload 2 /* values */
            aload 3 /* value */
            aload 1 /* classLoader */
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.load:(Ljava/lang/ClassLoader;)Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 3 // net.bytebuddy.description.annotation.AnnotationValue value
         4: .line 1894
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 1897
            new net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray$Loaded
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.componentType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getName:()Ljava/lang/String;
            iconst_0
            aload 1 /* classLoader */
            invokestatic java.lang.Class.forName:(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;
            aload 2 /* values */
            invokespecial net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray$Loaded.<init>:(Ljava/lang/Class;Ljava/util/List;)V
            areturn
        end local 2 // java.util.List values
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lnet/bytebuddy/description/annotation/AnnotationValue$ForDescriptionArray<TU;TV;>;
            0    6     1  classLoader  Ljava/lang/ClassLoader;
            1    6     2       values  Ljava/util/List<Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded<*>;>;
            3    4     3        value  Lnet/bytebuddy/description/annotation/AnnotationValue<**>;
    Exceptions:
      throws java.lang.ClassNotFoundException
    Signature: (Ljava/lang/ClassLoader;)Lnet/bytebuddy/description/annotation/AnnotationValue$Loaded<[TV;>;
    MethodParameters:
             Name  Flags
      classLoader  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray this
         0: .line 1902
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 1903
            aload 0 /* this */
            getfield net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.values:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray int top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.annotation.AnnotationValue
            astore 2 /* value */
        start local 2 // net.bytebuddy.description.annotation.AnnotationValue value
         3: .line 1904
            bipush 31
            iload 1 /* result */
            imul
            aload 2 /* value */
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* result */
        end local 2 // net.bytebuddy.description.annotation.AnnotationValue value
         4: .line 1903
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 1906
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lnet/bytebuddy/description/annotation/AnnotationValue$ForDescriptionArray<TU;TV;>;
            1    6     1  result  I
            3    4     2   value  Lnet/bytebuddy/description/annotation/AnnotationValue<**>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=11, args_size=2
        start local 0 // net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray this
        start local 1 // java.lang.Object other
         0: .line 1911
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 1912
            iconst_1
            ireturn
         2: .line 1913
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof net.bytebuddy.description.annotation.AnnotationValue
            ifne 4
         3: .line 1914
            iconst_0
            ireturn
         4: .line 1916
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast net.bytebuddy.description.annotation.AnnotationValue
            astore 2 /* annotationValue */
        start local 2 // net.bytebuddy.description.annotation.AnnotationValue annotationValue
         5: .line 1917
            aload 2 /* annotationValue */
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:()Ljava/lang/Object;
            astore 3 /* value */
        start local 3 // java.lang.Object value
         6: .line 1918
            aload 3 /* value */
            instanceof java.lang.Object[]
            ifne 8
         7: .line 1919
            iconst_0
            ireturn
         8: .line 1921
      StackMap locals: net.bytebuddy.description.annotation.AnnotationValue java.lang.Object
      StackMap stack:
            aload 3 /* value */
            checkcast java.lang.Object[]
            astore 4 /* arrayValue */
        start local 4 // java.lang.Object[] arrayValue
         9: .line 1922
            aload 0 /* this */
            getfield net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.values:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            aload 4 /* arrayValue */
            arraylength
            if_icmpeq 11
        10: .line 1923
            iconst_0
            ireturn
        11: .line 1925
      StackMap locals: java.lang.Object[]
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.values:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5 /* iterator */
        start local 5 // java.util.Iterator iterator
        12: .line 1926
            aload 4 /* arrayValue */
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 18
      StackMap locals: net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray java.lang.Object net.bytebuddy.description.annotation.AnnotationValue java.lang.Object java.lang.Object[] java.util.Iterator top int int java.lang.Object[]
      StackMap stack:
        13: aload 9
            iload 7
            aaload
            astore 6 /* aValue */
        start local 6 // java.lang.Object aValue
        14: .line 1927
            aload 5 /* iterator */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.annotation.AnnotationValue
            astore 10 /* self */
        start local 10 // net.bytebuddy.description.annotation.AnnotationValue self
        15: .line 1928
            aload 10 /* self */
            invokeinterface net.bytebuddy.description.annotation.AnnotationValue.resolve:()Ljava/lang/Object;
            aload 6 /* aValue */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 17
        16: .line 1929
            iconst_0
            ireturn
        end local 10 // net.bytebuddy.description.annotation.AnnotationValue self
        end local 6 // java.lang.Object aValue
        17: .line 1926
      StackMap locals:
      StackMap stack:
            iinc 7 1
      StackMap locals:
      StackMap stack:
        18: iload 7
            iload 8
            if_icmplt 13
        19: .line 1932
            iconst_1
            ireturn
        end local 5 // java.util.Iterator iterator
        end local 4 // java.lang.Object[] arrayValue
        end local 3 // java.lang.Object value
        end local 2 // net.bytebuddy.description.annotation.AnnotationValue annotationValue
        end local 1 // java.lang.Object other
        end local 0 // net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   20     0             this  Lnet/bytebuddy/description/annotation/AnnotationValue$ForDescriptionArray<TU;TV;>;
            0   20     1            other  Ljava/lang/Object;
            5   20     2  annotationValue  Lnet/bytebuddy/description/annotation/AnnotationValue<**>;
            6   20     3            value  Ljava/lang/Object;
            9   20     4       arrayValue  [Ljava/lang/Object;
           12   20     5         iterator  Ljava/util/Iterator<+Lnet/bytebuddy/description/annotation/AnnotationValue<**>;>;
           14   17     6           aValue  Ljava/lang/Object;
           15   17    10             self  Lnet/bytebuddy/description/annotation/AnnotationValue<**>;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray this
         0: .line 1937
            getstatic net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.CURRENT:Lnet/bytebuddy/description/annotation/AnnotationValue$RenderingDispatcher;
            aload 0 /* this */
            getfield net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.values:Ljava/util/List;
            invokevirtual net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher.toSourceString:(Ljava/util/List;)Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/annotation/AnnotationValue$ForDescriptionArray<TU;TV;>;

  public java.lang.Object resolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray.resolve:()[Ljava/lang/Object;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <U:Ljava/lang/Object;V:Ljava/lang/Object;>Lnet/bytebuddy/description/annotation/AnnotationValue$AbstractBase<[TU;[TV;>;
SourceFile: "AnnotationValue.java"
NestHost: net.bytebuddy.description.annotation.AnnotationValue
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.description.annotation.AnnotationValue$AbstractBase of net.bytebuddy.description.annotation.AnnotationValue
  public ForAnnotationDescription = net.bytebuddy.description.annotation.AnnotationValue$ForAnnotationDescription of net.bytebuddy.description.annotation.AnnotationValue
  public ForDescriptionArray = net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray of net.bytebuddy.description.annotation.AnnotationValue
  protected Loaded = net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray$Loaded of net.bytebuddy.description.annotation.AnnotationValue$ForDescriptionArray
  public ForEnumerationDescription = net.bytebuddy.description.annotation.AnnotationValue$ForEnumerationDescription of net.bytebuddy.description.annotation.AnnotationValue
  public ForTypeDescription = net.bytebuddy.description.annotation.AnnotationValue$ForTypeDescription of net.bytebuddy.description.annotation.AnnotationValue
  public abstract Loaded = net.bytebuddy.description.annotation.AnnotationValue$Loaded of net.bytebuddy.description.annotation.AnnotationValue
  public abstract RenderingDispatcher = net.bytebuddy.description.annotation.AnnotationValue$RenderingDispatcher of net.bytebuddy.description.annotation.AnnotationValue