public final class org.springframework.beans.factory.annotation.Autowire extends java.lang.Enum<org.springframework.beans.factory.annotation.Autowire>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.springframework.beans.factory.annotation.Autowire
  super_class: java.lang.Enum
{
  public static final org.springframework.beans.factory.annotation.Autowire NO;
    descriptor: Lorg/springframework/beans/factory/annotation/Autowire;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.springframework.beans.factory.annotation.Autowire BY_NAME;
    descriptor: Lorg/springframework/beans/factory/annotation/Autowire;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.springframework.beans.factory.annotation.Autowire BY_TYPE;
    descriptor: Lorg/springframework/beans/factory/annotation/Autowire;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

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

  private static final org.springframework.beans.factory.annotation.Autowire[] ENUM$VALUES;
    descriptor: [Lorg/springframework/beans/factory/annotation/Autowire;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 37
            new org.springframework.beans.factory.annotation.Autowire
            dup
            ldc "NO"
            iconst_0
         1: .line 40
            iconst_0
            invokespecial org.springframework.beans.factory.annotation.Autowire.<init>:(Ljava/lang/String;II)V
            putstatic org.springframework.beans.factory.annotation.Autowire.NO:Lorg/springframework/beans/factory/annotation/Autowire;
         2: .line 42
            new org.springframework.beans.factory.annotation.Autowire
            dup
            ldc "BY_NAME"
            iconst_1
         3: .line 45
            iconst_1
            invokespecial org.springframework.beans.factory.annotation.Autowire.<init>:(Ljava/lang/String;II)V
            putstatic org.springframework.beans.factory.annotation.Autowire.BY_NAME:Lorg/springframework/beans/factory/annotation/Autowire;
         4: .line 47
            new org.springframework.beans.factory.annotation.Autowire
            dup
            ldc "BY_TYPE"
            iconst_2
         5: .line 50
            iconst_2
            invokespecial org.springframework.beans.factory.annotation.Autowire.<init>:(Ljava/lang/String;II)V
            putstatic org.springframework.beans.factory.annotation.Autowire.BY_TYPE:Lorg/springframework/beans/factory/annotation/Autowire;
         6: .line 35
            iconst_3
            anewarray org.springframework.beans.factory.annotation.Autowire
            dup
            iconst_0
            getstatic org.springframework.beans.factory.annotation.Autowire.NO:Lorg/springframework/beans/factory/annotation/Autowire;
            aastore
            dup
            iconst_1
            getstatic org.springframework.beans.factory.annotation.Autowire.BY_NAME:Lorg/springframework/beans/factory/annotation/Autowire;
            aastore
            dup
            iconst_2
            getstatic org.springframework.beans.factory.annotation.Autowire.BY_TYPE:Lorg/springframework/beans/factory/annotation/Autowire;
            aastore
            putstatic org.springframework.beans.factory.annotation.Autowire.ENUM$VALUES:[Lorg/springframework/beans/factory/annotation/Autowire;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.beans.factory.annotation.Autowire this
        start local 3 // int value
         0: .line 56
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 57
            aload 0 /* this */
            iload 3 /* value */
            putfield org.springframework.beans.factory.annotation.Autowire.value:I
         2: .line 58
            return
        end local 3 // int value
        end local 0 // org.springframework.beans.factory.annotation.Autowire this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/springframework/beans/factory/annotation/Autowire;
            0    3     3  value  I
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      value          

  public int value();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.annotation.Autowire this
         0: .line 61
            aload 0 /* this */
            getfield org.springframework.beans.factory.annotation.Autowire.value:I
            ireturn
        end local 0 // org.springframework.beans.factory.annotation.Autowire this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/beans/factory/annotation/Autowire;

  public boolean isAutowire();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.beans.factory.annotation.Autowire this
         0: .line 70
            aload 0 /* this */
            getstatic org.springframework.beans.factory.annotation.Autowire.BY_NAME:Lorg/springframework/beans/factory/annotation/Autowire;
            if_acmpeq 1
            aload 0 /* this */
            getstatic org.springframework.beans.factory.annotation.Autowire.BY_TYPE:Lorg/springframework/beans/factory/annotation/Autowire;
            if_acmpeq 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // org.springframework.beans.factory.annotation.Autowire this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/springframework/beans/factory/annotation/Autowire;

  public static org.springframework.beans.factory.annotation.Autowire[] values();
    descriptor: ()[Lorg/springframework/beans/factory/annotation/Autowire;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.springframework.beans.factory.annotation.Autowire.ENUM$VALUES:[Lorg/springframework/beans/factory/annotation/Autowire;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.springframework.beans.factory.annotation.Autowire
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.springframework.beans.factory.annotation.Autowire valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/springframework/beans/factory/annotation/Autowire;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/springframework/beans/factory/annotation/Autowire;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.springframework.beans.factory.annotation.Autowire
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lorg/springframework/beans/factory/annotation/Autowire;>;
SourceFile: "Autowire.java"