final class org.springframework.asm.FieldWriter extends org.springframework.asm.FieldVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.springframework.asm.FieldWriter
  super_class: org.springframework.asm.FieldVisitor
{
  private final org.springframework.asm.SymbolTable symbolTable;
    descriptor: Lorg/springframework/asm/SymbolTable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

  private int signatureIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int constantValueIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private org.springframework.asm.AnnotationWriter lastRuntimeVisibleAnnotation;
    descriptor: Lorg/springframework/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.springframework.asm.AnnotationWriter lastRuntimeInvisibleAnnotation;
    descriptor: Lorg/springframework/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.springframework.asm.AnnotationWriter lastRuntimeVisibleTypeAnnotation;
    descriptor: Lorg/springframework/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.springframework.asm.AnnotationWriter lastRuntimeInvisibleTypeAnnotation;
    descriptor: Lorg/springframework/asm/AnnotationWriter;
    flags: (0x0002) ACC_PRIVATE

  private org.springframework.asm.Attribute firstAttribute;
    descriptor: Lorg/springframework/asm/Attribute;
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.springframework.asm.SymbolTable, int, java.lang.String, java.lang.String, java.lang.String, java.lang.Object);
    descriptor: (Lorg/springframework/asm/SymbolTable;ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.springframework.asm.FieldWriter this
        start local 1 // org.springframework.asm.SymbolTable symbolTable
        start local 2 // int access
        start local 3 // java.lang.String name
        start local 4 // java.lang.String descriptor
        start local 5 // java.lang.String signature
        start local 6 // java.lang.Object constantValue
         0: .line 127
            aload 0 /* this */
            ldc 458752
            invokespecial org.springframework.asm.FieldVisitor.<init>:(I)V
         1: .line 128
            aload 0 /* this */
            aload 1 /* symbolTable */
            putfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
         2: .line 129
            aload 0 /* this */
            iload 2 /* access */
            putfield org.springframework.asm.FieldWriter.accessFlags:I
         3: .line 130
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 3 /* name */
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield org.springframework.asm.FieldWriter.nameIndex:I
         4: .line 131
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 4 /* descriptor */
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield org.springframework.asm.FieldWriter.descriptorIndex:I
         5: .line 132
            aload 5 /* signature */
            ifnull 7
         6: .line 133
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 5 /* signature */
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            putfield org.springframework.asm.FieldWriter.signatureIndex:I
         7: .line 135
      StackMap locals: org.springframework.asm.FieldWriter org.springframework.asm.SymbolTable int java.lang.String java.lang.String java.lang.String java.lang.Object
      StackMap stack:
            aload 6 /* constantValue */
            ifnull 9
         8: .line 136
            aload 0 /* this */
            aload 1 /* symbolTable */
            aload 6 /* constantValue */
            invokevirtual org.springframework.asm.SymbolTable.addConstant:(Ljava/lang/Object;)Lorg/springframework/asm/Symbol;
            getfield org.springframework.asm.Symbol.index:I
            putfield org.springframework.asm.FieldWriter.constantValueIndex:I
         9: .line 138
      StackMap locals:
      StackMap stack:
            return
        end local 6 // java.lang.Object constantValue
        end local 5 // java.lang.String signature
        end local 4 // java.lang.String descriptor
        end local 3 // java.lang.String name
        end local 2 // int access
        end local 1 // org.springframework.asm.SymbolTable symbolTable
        end local 0 // org.springframework.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   10     0           this  Lorg/springframework/asm/FieldWriter;
            0   10     1    symbolTable  Lorg/springframework/asm/SymbolTable;
            0   10     2         access  I
            0   10     3           name  Ljava/lang/String;
            0   10     4     descriptor  Ljava/lang/String;
            0   10     5      signature  Ljava/lang/String;
            0   10     6  constantValue  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      symbolTable    final
      access         final
      name           final
      descriptor     final
      signature      final
      constantValue  final

  public org.springframework.asm.AnnotationVisitor visitAnnotation(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.springframework.asm.FieldWriter this
        start local 1 // java.lang.String descriptor
        start local 2 // boolean visible
         0: .line 148
            new org.springframework.asm.ByteVector
            dup
            invokespecial org.springframework.asm.ByteVector.<init>:()V
            astore 3 /* annotation */
        start local 3 // org.springframework.asm.ByteVector annotation
         1: .line 150
            aload 3 /* annotation */
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            aload 1 /* descriptor */
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            iconst_0
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            pop
         2: .line 151
            iload 2 /* visible */
            ifeq 6
         3: .line 152
            aload 0 /* this */
         4: .line 153
            new org.springframework.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            aload 3 /* annotation */
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeVisibleAnnotation:Lorg/springframework/asm/AnnotationWriter;
            invokespecial org.springframework.asm.AnnotationWriter.<init>:(Lorg/springframework/asm/SymbolTable;Lorg/springframework/asm/ByteVector;Lorg/springframework/asm/AnnotationWriter;)V
         5: .line 152
            dup_x1
            putfield org.springframework.asm.FieldWriter.lastRuntimeVisibleAnnotation:Lorg/springframework/asm/AnnotationWriter;
            areturn
         6: .line 155
      StackMap locals: org.springframework.asm.ByteVector
      StackMap stack:
            aload 0 /* this */
         7: .line 156
            new org.springframework.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            aload 3 /* annotation */
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Lorg/springframework/asm/AnnotationWriter;
            invokespecial org.springframework.asm.AnnotationWriter.<init>:(Lorg/springframework/asm/SymbolTable;Lorg/springframework/asm/ByteVector;Lorg/springframework/asm/AnnotationWriter;)V
         8: .line 155
            dup_x1
            putfield org.springframework.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Lorg/springframework/asm/AnnotationWriter;
            areturn
        end local 3 // org.springframework.asm.ByteVector annotation
        end local 2 // boolean visible
        end local 1 // java.lang.String descriptor
        end local 0 // org.springframework.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lorg/springframework/asm/FieldWriter;
            0    9     1  descriptor  Ljava/lang/String;
            0    9     2     visible  Z
            1    9     3  annotation  Lorg/springframework/asm/ByteVector;
    MethodParameters:
            Name  Flags
      descriptor  final
      visible     final

  public org.springframework.asm.AnnotationVisitor visitTypeAnnotation(int, org.springframework.asm.TypePath, java.lang.String, boolean);
    descriptor: (ILorg/springframework/asm/TypePath;Ljava/lang/String;Z)Lorg/springframework/asm/AnnotationVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // org.springframework.asm.FieldWriter this
        start local 1 // int typeRef
        start local 2 // org.springframework.asm.TypePath typePath
        start local 3 // java.lang.String descriptor
        start local 4 // boolean visible
         0: .line 165
            new org.springframework.asm.ByteVector
            dup
            invokespecial org.springframework.asm.ByteVector.<init>:()V
            astore 5 /* typeAnnotation */
        start local 5 // org.springframework.asm.ByteVector typeAnnotation
         1: .line 167
            iload 1 /* typeRef */
            aload 5 /* typeAnnotation */
            invokestatic org.springframework.asm.TypeReference.putTarget:(ILorg/springframework/asm/ByteVector;)V
         2: .line 168
            aload 2 /* typePath */
            aload 5 /* typeAnnotation */
            invokestatic org.springframework.asm.TypePath.put:(Lorg/springframework/asm/TypePath;Lorg/springframework/asm/ByteVector;)V
         3: .line 170
            aload 5 /* typeAnnotation */
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            aload 3 /* descriptor */
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            iconst_0
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            pop
         4: .line 171
            iload 4 /* visible */
            ifeq 8
         5: .line 172
            aload 0 /* this */
         6: .line 173
            new org.springframework.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            aload 5 /* typeAnnotation */
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Lorg/springframework/asm/AnnotationWriter;
            invokespecial org.springframework.asm.AnnotationWriter.<init>:(Lorg/springframework/asm/SymbolTable;Lorg/springframework/asm/ByteVector;Lorg/springframework/asm/AnnotationWriter;)V
         7: .line 172
            dup_x1
            putfield org.springframework.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Lorg/springframework/asm/AnnotationWriter;
            areturn
         8: .line 175
      StackMap locals: org.springframework.asm.ByteVector
      StackMap stack:
            aload 0 /* this */
         9: .line 176
            new org.springframework.asm.AnnotationWriter
            dup
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            aload 5 /* typeAnnotation */
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/springframework/asm/AnnotationWriter;
            invokespecial org.springframework.asm.AnnotationWriter.<init>:(Lorg/springframework/asm/SymbolTable;Lorg/springframework/asm/ByteVector;Lorg/springframework/asm/AnnotationWriter;)V
        10: .line 175
            dup_x1
            putfield org.springframework.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/springframework/asm/AnnotationWriter;
            areturn
        end local 5 // org.springframework.asm.ByteVector typeAnnotation
        end local 4 // boolean visible
        end local 3 // java.lang.String descriptor
        end local 2 // org.springframework.asm.TypePath typePath
        end local 1 // int typeRef
        end local 0 // org.springframework.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/springframework/asm/FieldWriter;
            0   11     1         typeRef  I
            0   11     2        typePath  Lorg/springframework/asm/TypePath;
            0   11     3      descriptor  Ljava/lang/String;
            0   11     4         visible  Z
            1   11     5  typeAnnotation  Lorg/springframework/asm/ByteVector;
    MethodParameters:
            Name  Flags
      typeRef     final
      typePath    final
      descriptor  final
      visible     final

  public void visitAttribute(org.springframework.asm.Attribute);
    descriptor: (Lorg/springframework/asm/Attribute;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.asm.FieldWriter this
        start local 1 // org.springframework.asm.Attribute attribute
         0: .line 183
            aload 1 /* attribute */
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.firstAttribute:Lorg/springframework/asm/Attribute;
            putfield org.springframework.asm.Attribute.nextAttribute:Lorg/springframework/asm/Attribute;
         1: .line 184
            aload 0 /* this */
            aload 1 /* attribute */
            putfield org.springframework.asm.FieldWriter.firstAttribute:Lorg/springframework/asm/Attribute;
         2: .line 185
            return
        end local 1 // org.springframework.asm.Attribute attribute
        end local 0 // org.springframework.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/springframework/asm/FieldWriter;
            0    3     1  attribute  Lorg/springframework/asm/Attribute;
    MethodParameters:
           Name  Flags
      attribute  final

  public void visitEnd();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.springframework.asm.FieldWriter this
         0: .line 190
            return
        end local 0 // org.springframework.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/asm/FieldWriter;

  int computeFieldInfoSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.springframework.asm.FieldWriter this
         0: .line 204
            bipush 8
            istore 1 /* size */
        start local 1 // int size
         1: .line 206
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.constantValueIndex:I
            ifeq 4
         2: .line 208
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            ldc "ConstantValue"
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         3: .line 209
            iinc 1 /* size */ 8
         4: .line 212
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.accessFlags:I
            sipush 4096
            iand
            ifeq 8
         5: .line 213
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            invokevirtual org.springframework.asm.SymbolTable.getMajorVersion:()I
            bipush 49
            if_icmpge 8
         6: .line 215
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            ldc "Synthetic"
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
         7: .line 216
            iinc 1 /* size */ 6
         8: .line 218
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.signatureIndex:I
            ifeq 11
         9: .line 220
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            ldc "Signature"
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        10: .line 221
            iinc 1 /* size */ 8
        11: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.accessFlags:I
            ldc 131072
            iand
            ifeq 14
        12: .line 226
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            ldc "Deprecated"
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            pop
        13: .line 227
            iinc 1 /* size */ 6
        14: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeVisibleAnnotation:Lorg/springframework/asm/AnnotationWriter;
            ifnull 19
        15: .line 230
            iload 1 /* size */
        16: .line 231
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeVisibleAnnotation:Lorg/springframework/asm/AnnotationWriter;
        17: .line 232
            ldc "RuntimeVisibleAnnotations"
        18: .line 231
            invokevirtual org.springframework.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        19: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Lorg/springframework/asm/AnnotationWriter;
            ifnull 24
        20: .line 235
            iload 1 /* size */
        21: .line 236
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Lorg/springframework/asm/AnnotationWriter;
        22: .line 237
            ldc "RuntimeInvisibleAnnotations"
        23: .line 236
            invokevirtual org.springframework.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        24: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Lorg/springframework/asm/AnnotationWriter;
            ifnull 29
        25: .line 240
            iload 1 /* size */
        26: .line 241
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Lorg/springframework/asm/AnnotationWriter;
        27: .line 242
            ldc "RuntimeVisibleTypeAnnotations"
        28: .line 241
            invokevirtual org.springframework.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        29: .line 244
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/springframework/asm/AnnotationWriter;
            ifnull 34
        30: .line 245
            iload 1 /* size */
        31: .line 246
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/springframework/asm/AnnotationWriter;
        32: .line 247
            ldc "RuntimeInvisibleTypeAnnotations"
        33: .line 246
            invokevirtual org.springframework.asm.AnnotationWriter.computeAnnotationsSize:(Ljava/lang/String;)I
            iadd
            istore 1 /* size */
        34: .line 249
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.firstAttribute:Lorg/springframework/asm/Attribute;
            ifnull 36
        35: .line 250
            iload 1 /* size */
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.firstAttribute:Lorg/springframework/asm/Attribute;
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            invokevirtual org.springframework.asm.Attribute.computeAttributesSize:(Lorg/springframework/asm/SymbolTable;)I
            iadd
            istore 1 /* size */
        36: .line 252
      StackMap locals:
      StackMap stack:
            iload 1 /* size */
            ireturn
        end local 1 // int size
        end local 0 // org.springframework.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   37     0  this  Lorg/springframework/asm/FieldWriter;
            1   37     1  size  I

  void putFieldInfo(org.springframework.asm.ByteVector);
    descriptor: (Lorg/springframework/asm/ByteVector;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.springframework.asm.FieldWriter this
        start local 1 // org.springframework.asm.ByteVector output
         0: .line 262
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            invokevirtual org.springframework.asm.SymbolTable.getMajorVersion:()I
            bipush 49
            if_icmpge 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* useSyntheticAttribute */
        start local 2 // boolean useSyntheticAttribute
         3: .line 264
            iload 2 /* useSyntheticAttribute */
            ifeq 4
            sipush 4096
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_0
      StackMap locals:
      StackMap stack: int
         5: istore 3 /* mask */
        start local 3 // int mask
         6: .line 265
            aload 1 /* output */
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.accessFlags:I
            iload 3 /* mask */
            iconst_m1
            ixor
            iand
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.nameIndex:I
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.descriptorIndex:I
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            pop
         7: .line 268
            iconst_0
            istore 4 /* attributesCount */
        start local 4 // int attributesCount
         8: .line 269
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.constantValueIndex:I
            ifeq 10
         9: .line 270
            iinc 4 /* attributesCount */ 1
        10: .line 272
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.accessFlags:I
            sipush 4096
            iand
            ifeq 12
            iload 2 /* useSyntheticAttribute */
            ifeq 12
        11: .line 273
            iinc 4 /* attributesCount */ 1
        12: .line 275
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.signatureIndex:I
            ifeq 14
        13: .line 276
            iinc 4 /* attributesCount */ 1
        14: .line 278
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.accessFlags:I
            ldc 131072
            iand
            ifeq 16
        15: .line 279
            iinc 4 /* attributesCount */ 1
        16: .line 281
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeVisibleAnnotation:Lorg/springframework/asm/AnnotationWriter;
            ifnull 18
        17: .line 282
            iinc 4 /* attributesCount */ 1
        18: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Lorg/springframework/asm/AnnotationWriter;
            ifnull 20
        19: .line 285
            iinc 4 /* attributesCount */ 1
        20: .line 287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Lorg/springframework/asm/AnnotationWriter;
            ifnull 22
        21: .line 288
            iinc 4 /* attributesCount */ 1
        22: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/springframework/asm/AnnotationWriter;
            ifnull 24
        23: .line 291
            iinc 4 /* attributesCount */ 1
        24: .line 293
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.firstAttribute:Lorg/springframework/asm/Attribute;
            ifnull 26
        25: .line 294
            iload 4 /* attributesCount */
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.firstAttribute:Lorg/springframework/asm/Attribute;
            invokevirtual org.springframework.asm.Attribute.getAttributeCount:()I
            iadd
            istore 4 /* attributesCount */
        26: .line 296
      StackMap locals:
      StackMap stack:
            aload 1 /* output */
            iload 4 /* attributesCount */
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            pop
        27: .line 299
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.constantValueIndex:I
            ifeq 32
        28: .line 300
            aload 1 /* output */
        29: .line 301
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            ldc "ConstantValue"
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
        30: .line 302
            iconst_2
            invokevirtual org.springframework.asm.ByteVector.putInt:(I)Lorg/springframework/asm/ByteVector;
        31: .line 303
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.constantValueIndex:I
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            pop
        32: .line 305
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.accessFlags:I
            sipush 4096
            iand
            ifeq 34
            iload 2 /* useSyntheticAttribute */
            ifeq 34
        33: .line 306
            aload 1 /* output */
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            ldc "Synthetic"
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            iconst_0
            invokevirtual org.springframework.asm.ByteVector.putInt:(I)Lorg/springframework/asm/ByteVector;
            pop
        34: .line 308
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.signatureIndex:I
            ifeq 39
        35: .line 309
            aload 1 /* output */
        36: .line 310
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            ldc "Signature"
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
        37: .line 311
            iconst_2
            invokevirtual org.springframework.asm.ByteVector.putInt:(I)Lorg/springframework/asm/ByteVector;
        38: .line 312
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.signatureIndex:I
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            pop
        39: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.accessFlags:I
            ldc 131072
            iand
            ifeq 41
        40: .line 315
            aload 1 /* output */
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            ldc "Deprecated"
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            invokevirtual org.springframework.asm.ByteVector.putShort:(I)Lorg/springframework/asm/ByteVector;
            iconst_0
            invokevirtual org.springframework.asm.ByteVector.putInt:(I)Lorg/springframework/asm/ByteVector;
            pop
        41: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeVisibleAnnotation:Lorg/springframework/asm/AnnotationWriter;
            ifnull 45
        42: .line 318
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeVisibleAnnotation:Lorg/springframework/asm/AnnotationWriter;
        43: .line 319
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            ldc "RuntimeVisibleAnnotations"
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            aload 1 /* output */
        44: .line 318
            invokevirtual org.springframework.asm.AnnotationWriter.putAnnotations:(ILorg/springframework/asm/ByteVector;)V
        45: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Lorg/springframework/asm/AnnotationWriter;
            ifnull 49
        46: .line 322
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeInvisibleAnnotation:Lorg/springframework/asm/AnnotationWriter;
        47: .line 323
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            ldc "RuntimeInvisibleAnnotations"
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            aload 1 /* output */
        48: .line 322
            invokevirtual org.springframework.asm.AnnotationWriter.putAnnotations:(ILorg/springframework/asm/ByteVector;)V
        49: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Lorg/springframework/asm/AnnotationWriter;
            ifnull 53
        50: .line 326
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeVisibleTypeAnnotation:Lorg/springframework/asm/AnnotationWriter;
        51: .line 327
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            ldc "RuntimeVisibleTypeAnnotations"
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            aload 1 /* output */
        52: .line 326
            invokevirtual org.springframework.asm.AnnotationWriter.putAnnotations:(ILorg/springframework/asm/ByteVector;)V
        53: .line 329
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/springframework/asm/AnnotationWriter;
            ifnull 57
        54: .line 330
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.lastRuntimeInvisibleTypeAnnotation:Lorg/springframework/asm/AnnotationWriter;
        55: .line 331
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            ldc "RuntimeInvisibleTypeAnnotations"
            invokevirtual org.springframework.asm.SymbolTable.addConstantUtf8:(Ljava/lang/String;)I
            aload 1 /* output */
        56: .line 330
            invokevirtual org.springframework.asm.AnnotationWriter.putAnnotations:(ILorg/springframework/asm/ByteVector;)V
        57: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.firstAttribute:Lorg/springframework/asm/Attribute;
            ifnull 59
        58: .line 334
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.firstAttribute:Lorg/springframework/asm/Attribute;
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.symbolTable:Lorg/springframework/asm/SymbolTable;
            aload 1 /* output */
            invokevirtual org.springframework.asm.Attribute.putAttributes:(Lorg/springframework/asm/SymbolTable;Lorg/springframework/asm/ByteVector;)V
        59: .line 336
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int attributesCount
        end local 3 // int mask
        end local 2 // boolean useSyntheticAttribute
        end local 1 // org.springframework.asm.ByteVector output
        end local 0 // org.springframework.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   60     0                   this  Lorg/springframework/asm/FieldWriter;
            0   60     1                 output  Lorg/springframework/asm/ByteVector;
            3   60     2  useSyntheticAttribute  Z
            6   60     3                   mask  I
            8   60     4        attributesCount  I
    MethodParameters:
        Name  Flags
      output  final

  final void collectAttributePrototypes(org.springframework.asm.Attribute$Set);
    descriptor: (Lorg/springframework/asm/Attribute$Set;)V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.asm.FieldWriter this
        start local 1 // org.springframework.asm.Attribute$Set attributePrototypes
         0: .line 344
            aload 1 /* attributePrototypes */
            aload 0 /* this */
            getfield org.springframework.asm.FieldWriter.firstAttribute:Lorg/springframework/asm/Attribute;
            invokevirtual org.springframework.asm.Attribute$Set.addAttributes:(Lorg/springframework/asm/Attribute;)V
         1: .line 345
            return
        end local 1 // org.springframework.asm.Attribute$Set attributePrototypes
        end local 0 // org.springframework.asm.FieldWriter this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/springframework/asm/FieldWriter;
            0    2     1  attributePrototypes  Lorg/springframework/asm/Attribute$Set;
    MethodParameters:
                     Name  Flags
      attributePrototypes  final
}
SourceFile: "FieldWriter.java"
InnerClasses:
  final Set = org.springframework.asm.Attribute$Set of org.springframework.asm.Attribute