public class org.springframework.transaction.annotation.TransactionManagementConfigurationSelector extends 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: java.lang.Object
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.springframework.context cannot be resolved\n\tThe import org.springframework.context cannot be resolved\n\tThe import org.springframework.context cannot be resolved\n\tAdviceModeImportSelector cannot be resolved to a type\n\tAdviceMode cannot be resolved to a type\n\tPROXY cannot be resolved to a variable\n\tAutoProxyRegistrar cannot be resolved to a type\n\tASPECTJ cannot be resolved to a variable\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/transaction/annotation/TransactionManagementConfigurationSelector;
protected java.lang.String[] selectImports(AdviceMode);
descriptor: (LAdviceMode;)[Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tAdviceMode cannot be resolved to a type\n\tPROXY cannot be resolved to a variable\n\tAutoProxyRegistrar cannot be resolved to a type\n\tASPECTJ cannot be resolved to a variable\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/transaction/annotation/TransactionManagementConfigurationSelector;
MethodParameters:
Name Flags
adviceMode
private java.lang.String determineTransactionAspectClass();
descriptor: ()Ljava/lang/String;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/transaction/annotation/TransactionManagementConfigurationSelector;
}
Signature: LAdviceModeImportSelector<Lorg/springframework/transaction/annotation/EnableTransactionManagement;>;
SourceFile: "TransactionManagementConfigurationSelector.java"