public final class com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey
  super_class: java.lang.Object
{
  private static final java.lang.annotation.Annotation[] NO_ANNOTATIONS;
    descriptor: [Ljava/lang/annotation/Annotation;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private final java.lang.Class<?> _type;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  private final boolean _annotationsCopied;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 15
            iconst_0
            anewarray java.lang.annotation.Annotation
            putstatic com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey.NO_ANNOTATIONS:[Ljava/lang/annotation/Annotation;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.lang.annotation.Annotation[], java.lang.Class<?>);
    descriptor: ([Ljava/lang/annotation/Annotation;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey this
        start local 1 // java.lang.annotation.Annotation[] annotations
        start local 2 // java.lang.Class type
         0: .line 37
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 2 /* type */
            putfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._type:Ljava/lang/Class;
         2: .line 41
            aload 2 /* type */
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
            istore 3 /* typeHash */
        start local 3 // int typeHash
         3: .line 42
            aload 1 /* annotations */
            ifnull 4
            aload 1 /* annotations */
            arraylength
            ifne 8
         4: .line 43
      StackMap locals: com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey java.lang.annotation.Annotation[] java.lang.Class int
      StackMap stack:
            getstatic com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey.NO_ANNOTATIONS:[Ljava/lang/annotation/Annotation;
            astore 1 /* annotations */
         5: .line 44
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotationsCopied:Z
         6: .line 45
            aload 0 /* this */
            iload 3 /* typeHash */
            putfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._hashCode:I
         7: .line 46
            goto 10
         8: .line 47
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotationsCopied:Z
         9: .line 48
            aload 0 /* this */
            aload 1 /* annotations */
            invokestatic com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey.calcHash:([Ljava/lang/annotation/Annotation;)I
            iload 3 /* typeHash */
            ixor
            putfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._hashCode:I
        10: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* annotations */
            putfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotations:[Ljava/lang/annotation/Annotation;
        11: .line 51
            return
        end local 3 // int typeHash
        end local 2 // java.lang.Class type
        end local 1 // java.lang.annotation.Annotation[] annotations
        end local 0 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lcom/fasterxml/jackson/jaxrs/cfg/AnnotationBundleKey;
            0   12     1  annotations  [Ljava/lang/annotation/Annotation;
            0   12     2         type  Ljava/lang/Class<*>;
            3   12     3     typeHash  I
    Signature: ([Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;)V
    MethodParameters:
             Name  Flags
      annotations  
      type         

  private void <init>(java.lang.annotation.Annotation[], java.lang.Class<?>, );
    descriptor: ([Ljava/lang/annotation/Annotation;Ljava/lang/Class;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey this
        start local 1 // java.lang.annotation.Annotation[] annotations
        start local 2 // java.lang.Class type
        start local 3 // int hashCode
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* annotations */
            putfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotations:[Ljava/lang/annotation/Annotation;
         2: .line 56
            aload 0 /* this */
            iconst_1
            putfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotationsCopied:Z
         3: .line 57
            aload 0 /* this */
            aload 2 /* type */
            putfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._type:Ljava/lang/Class;
         4: .line 58
            aload 0 /* this */
            iload 3 /* hashCode */
            putfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._hashCode:I
         5: .line 59
            return
        end local 3 // int hashCode
        end local 2 // java.lang.Class type
        end local 1 // java.lang.annotation.Annotation[] annotations
        end local 0 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/fasterxml/jackson/jaxrs/cfg/AnnotationBundleKey;
            0    6     1  annotations  [Ljava/lang/annotation/Annotation;
            0    6     2         type  Ljava/lang/Class<*>;
            0    6     3     hashCode  I
    Signature: ([Ljava/lang/annotation/Annotation;Ljava/lang/Class<*>;I)V
    MethodParameters:
             Name  Flags
      annotations  
      type         
      hashCode     

  private static final int calcHash(java.lang.annotation.Annotation[]);
    descriptor: ([Ljava/lang/annotation/Annotation;)I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.lang.annotation.Annotation[] annotations
         0: .line 66
            aload 0 /* annotations */
            arraylength
            istore 1 /* len */
        start local 1 // int len
         1: .line 67
            iload 1 /* len */
            istore 2 /* hash */
        start local 2 // int hash
         2: .line 68
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 69
      StackMap locals: int int int
      StackMap stack:
            iload 2 /* hash */
            bipush 31
            imul
            aload 0 /* annotations */
            iload 3 /* i */
            aaload
            invokeinterface java.lang.annotation.Annotation.hashCode:()I
            iadd
            istore 2 /* hash */
         5: .line 68
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 1 /* len */
            if_icmplt 4
        end local 3 // int i
         7: .line 71
            iload 2 /* hash */
            ireturn
        end local 2 // int hash
        end local 1 // int len
        end local 0 // java.lang.annotation.Annotation[] annotations
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0  annotations  [Ljava/lang/annotation/Annotation;
            1    8     1          len  I
            2    8     2         hash  I
            3    7     3            i  I
    MethodParameters:
             Name  Flags
      annotations  

  public com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey immutableKey();
    descriptor: ()Lcom/fasterxml/jackson/jaxrs/cfg/AnnotationBundleKey;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey this
         0: .line 79
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotationsCopied:Z
            ifeq 2
         1: .line 80
            aload 0 /* this */
            areturn
         2: .line 82
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotations:[Ljava/lang/annotation/Annotation;
            arraylength
            istore 1 /* len */
        start local 1 // int len
         3: .line 83
            iload 1 /* len */
            anewarray java.lang.annotation.Annotation
            astore 2 /* newAnnotations */
        start local 2 // java.lang.annotation.Annotation[] newAnnotations
         4: .line 84
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotations:[Ljava/lang/annotation/Annotation;
            iconst_0
            aload 2 /* newAnnotations */
            iconst_0
            iload 1 /* len */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 85
            new com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey
            dup
            aload 2 /* newAnnotations */
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._type:Ljava/lang/Class;
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._hashCode:I
            invokespecial com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey.<init>:([Ljava/lang/annotation/Annotation;Ljava/lang/Class;I)V
            areturn
        end local 2 // java.lang.annotation.Annotation[] newAnnotations
        end local 1 // int len
        end local 0 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lcom/fasterxml/jackson/jaxrs/cfg/AnnotationBundleKey;
            3    6     1             len  I
            4    6     2  newAnnotations  [Ljava/lang/annotation/Annotation;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey this
         0: .line 96
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._hashCode:I
            ireturn
        end local 0 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/jackson/jaxrs/cfg/AnnotationBundleKey;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey this
         0: .line 101
            new java.lang.StringBuilder
            dup
            ldc "[Annotations: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotations:[Ljava/lang/annotation/Annotation;
            arraylength
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", type: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 102
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._type:Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ", hash 0x"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._hashCode:I
            invokestatic java.lang.Integer.toHexString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 103
            ldc ", copied: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotationsCopied:Z
            invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 101
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/fasterxml/jackson/jaxrs/cfg/AnnotationBundleKey;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey this
        start local 1 // java.lang.Object o
         0: .line 109
            aload 1 /* o */
            aload 0 /* this */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 110
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnonnull 2
            iconst_0
            ireturn
         2: .line 111
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
            iconst_0
            ireturn
         3: .line 112
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey
            astore 2 /* other */
        start local 2 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey other
         4: .line 113
            aload 2 /* other */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._hashCode:I
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._hashCode:I
            if_icmpne 5
            aload 2 /* other */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._type:Ljava/lang/Class;
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._type:Ljava/lang/Class;
            if_acmpeq 6
         5: .line 114
      StackMap locals: com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey
      StackMap stack:
            iconst_0
            ireturn
         6: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* other */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotations:[Ljava/lang/annotation/Annotation;
            invokevirtual com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._equals:([Ljava/lang/annotation/Annotation;)Z
            ireturn
        end local 2 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey other
        end local 1 // java.lang.Object o
        end local 0 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/fasterxml/jackson/jaxrs/cfg/AnnotationBundleKey;
            0    7     1      o  Ljava/lang/Object;
            4    7     2  other  Lcom/fasterxml/jackson/jaxrs/cfg/AnnotationBundleKey;
    MethodParameters:
      Name  Flags
      o     

  private final boolean _equals(java.lang.annotation.Annotation[]);
    descriptor: ([Ljava/lang/annotation/Annotation;)Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey this
        start local 1 // java.lang.annotation.Annotation[] otherAnn
         0: .line 121
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotations:[Ljava/lang/annotation/Annotation;
            arraylength
            istore 2 /* len */
        start local 2 // int len
         1: .line 122
            aload 1 /* otherAnn */
            arraylength
            iload 2 /* len */
            if_icmpeq 3
         2: .line 123
            iconst_0
            ireturn
         3: .line 132
      StackMap locals: int
      StackMap stack:
            iload 2 /* len */
            tableswitch { // 0 - 3
                    0: 17
                    1: 15
                    2: 13
                    3: 11
              default: 4
          }
         4: .line 134
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 9
         6: .line 135
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotations:[Ljava/lang/annotation/Annotation;
            iload 3 /* i */
            aaload
            aload 1 /* otherAnn */
            iload 3 /* i */
            aaload
            invokeinterface java.lang.annotation.Annotation.equals:(Ljava/lang/Object;)Z
            ifne 8
         7: .line 136
            iconst_0
            ireturn
         8: .line 134
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 2 /* len */
            if_icmplt 6
        end local 3 // int i
        10: .line 139
            iconst_1
            ireturn
        11: .line 142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotations:[Ljava/lang/annotation/Annotation;
            iconst_2
            aaload
            aload 1 /* otherAnn */
            iconst_2
            aaload
            invokeinterface java.lang.annotation.Annotation.equals:(Ljava/lang/Object;)Z
            ifne 13
        12: .line 143
            iconst_0
            ireturn
        13: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotations:[Ljava/lang/annotation/Annotation;
            iconst_1
            aaload
            aload 1 /* otherAnn */
            iconst_1
            aaload
            invokeinterface java.lang.annotation.Annotation.equals:(Ljava/lang/Object;)Z
            ifne 15
        14: .line 148
            iconst_0
            ireturn
        15: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey._annotations:[Ljava/lang/annotation/Annotation;
            iconst_0
            aaload
            aload 1 /* otherAnn */
            iconst_0
            aaload
            invokeinterface java.lang.annotation.Annotation.equals:(Ljava/lang/Object;)Z
            ifne 17
        16: .line 153
            iconst_0
            ireturn
        17: .line 158
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // int len
        end local 1 // java.lang.annotation.Annotation[] otherAnn
        end local 0 // com.fasterxml.jackson.jaxrs.cfg.AnnotationBundleKey this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lcom/fasterxml/jackson/jaxrs/cfg/AnnotationBundleKey;
            0   18     1  otherAnn  [Ljava/lang/annotation/Annotation;
            1   18     2       len  I
            5   10     3         i  I
    MethodParameters:
          Name  Flags
      otherAnn  
}
SourceFile: "AnnotationBundleKey.java"