public class org.springframework.transaction.annotation.TransactionManagementConfigurationSelector extends org.springframework.context.annotation.AdviceModeImportSelector<org.springframework.transaction.annotation.EnableTransactionManagement>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.transaction.annotation.TransactionManagementConfigurationSelector
  super_class: org.springframework.context.annotation.AdviceModeImportSelector
{
  private static volatile int[] $SWITCH_TABLE$org$springframework$context$annotation$AdviceMode;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.annotation.TransactionManagementConfigurationSelector this
         0: .line 38
            aload 0 /* this */
            invokespecial org.springframework.context.annotation.AdviceModeImportSelector.<init>:()V
            return
        end local 0 // org.springframework.transaction.annotation.TransactionManagementConfigurationSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/annotation/TransactionManagementConfigurationSelector;

  protected java.lang.String[] selectImports(org.springframework.context.annotation.AdviceMode);
    descriptor: (Lorg/springframework/context/annotation/AdviceMode;)[Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.springframework.transaction.annotation.TransactionManagementConfigurationSelector this
        start local 1 // org.springframework.context.annotation.AdviceMode adviceMode
         0: .line 48
            invokestatic org.springframework.transaction.annotation.TransactionManagementConfigurationSelector.$SWITCH_TABLE$org$springframework$context$annotation$AdviceMode:()[I
            aload 1 /* adviceMode */
            invokevirtual org.springframework.context.annotation.AdviceMode.ordinal:()I
            iaload
            tableswitch { // 1 - 2
                    1: 1
                    2: 4
              default: 5
          }
         1: .line 50
      StackMap locals:
      StackMap stack:
            iconst_2
            anewarray java.lang.String
            dup
            iconst_0
            ldc Lorg/springframework/context/annotation/AutoProxyRegistrar;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
         2: .line 51
            ldc Lorg/springframework/transaction/annotation/ProxyTransactionManagementConfiguration;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
         3: .line 50
            areturn
         4: .line 53
      StackMap locals:
      StackMap stack:
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual org.springframework.transaction.annotation.TransactionManagementConfigurationSelector.determineTransactionAspectClass:()Ljava/lang/String;
            aastore
            areturn
         5: .line 55
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.springframework.context.annotation.AdviceMode adviceMode
        end local 0 // org.springframework.transaction.annotation.TransactionManagementConfigurationSelector this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/springframework/transaction/annotation/TransactionManagementConfigurationSelector;
            0    6     1  adviceMode  Lorg/springframework/context/annotation/AdviceMode;
    MethodParameters:
            Name  Flags
      adviceMode  

  private java.lang.String determineTransactionAspectClass();
    descriptor: ()Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.springframework.transaction.annotation.TransactionManagementConfigurationSelector this
         0: .line 60
            ldc "javax.transaction.Transactional"
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getClassLoader:()Ljava/lang/ClassLoader;
            invokestatic org.springframework.util.ClassUtils.isPresent:(Ljava/lang/String;Ljava/lang/ClassLoader;)Z
            ifeq 2
         1: .line 61
            ldc "org.springframework.transaction.aspectj.AspectJJtaTransactionManagementConfiguration"
            goto 3
         2: .line 62
      StackMap locals:
      StackMap stack:
            ldc "org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration"
         3: .line 60
      StackMap locals:
      StackMap stack: java.lang.String
            areturn
        end local 0 // org.springframework.transaction.annotation.TransactionManagementConfigurationSelector this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/transaction/annotation/TransactionManagementConfigurationSelector;

  static int[] $SWITCH_TABLE$org$springframework$context$annotation$AdviceMode();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 38
            getstatic org.springframework.transaction.annotation.TransactionManagementConfigurationSelector.$SWITCH_TABLE$org$springframework$context$annotation$AdviceMode:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.springframework.context.annotation.AdviceMode.values:()[Lorg/springframework/context/annotation/AdviceMode;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.springframework.context.annotation.AdviceMode.ASPECTJ:Lorg/springframework/context/annotation/AdviceMode;
            invokevirtual org.springframework.context.annotation.AdviceMode.ordinal:()I
            iconst_2
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.springframework.context.annotation.AdviceMode.PROXY:Lorg/springframework/context/annotation/AdviceMode;
            invokevirtual org.springframework.context.annotation.AdviceMode.ordinal:()I
            iconst_1
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            dup
            putstatic org.springframework.transaction.annotation.TransactionManagementConfigurationSelector.$SWITCH_TABLE$org$springframework$context$annotation$AdviceMode:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
}
Signature: Lorg/springframework/context/annotation/AdviceModeImportSelector<Lorg/springframework/transaction/annotation/EnableTransactionManagement;>;
SourceFile: "TransactionManagementConfigurationSelector.java"