public abstract class org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
super_class: java.lang.Object
{
protected org.springframework.core.annotation.AnnotationAttributes enableTx;
descriptor: Lorg/springframework/core/annotation/AnnotationAttributes;
flags: (0x0004) ACC_PROTECTED
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
protected org.springframework.transaction.TransactionManager txManager;
descriptor: Lorg/springframework/transaction/TransactionManager;
flags: (0x0004) ACC_PROTECTED
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
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\tThe import org.springframework.context cannot be resolved\n\tConfiguration cannot be resolved to a type\n\tImportAware cannot be resolved to a type\n\tThe method setImportMetadata(AnnotationMetadata) of type AbstractTransactionManagementConfiguration must override or implement a supertype method\n\tBean cannot be resolved to a type\n\tRole cannot be resolved to a type\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/AbstractTransactionManagementConfiguration;
public void setImportMetadata(org.springframework.core.type.AnnotationMetadata);
descriptor: (Lorg/springframework/core/type/AnnotationMetadata;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method setImportMetadata(AnnotationMetadata) of type AbstractTransactionManagementConfiguration must override or implement a supertype method\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/AbstractTransactionManagementConfiguration;
MethodParameters:
Name Flags
importMetadata
void setConfigurers(java.util.Collection<org.springframework.transaction.annotation.TransactionManagementConfigurer>);
descriptor: (Ljava/util/Collection;)V
flags: (0x0000)
Code:
stack=3, locals=2, args_size=2
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/AbstractTransactionManagementConfiguration;
Signature: (Ljava/util/Collection<Lorg/springframework/transaction/annotation/TransactionManagementConfigurer;>;)V
RuntimeVisibleAnnotations:
org.springframework.beans.factory.annotation.Autowired(required = false)
MethodParameters:
Name Flags
configurers
public static org.springframework.transaction.event.TransactionalEventListenerFactory transactionalEventListenerFactory();
descriptor: ()Lorg/springframework/transaction/event/TransactionalEventListenerFactory;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tBean cannot be resolved to a type\n\tRole cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
RuntimeInvisibleAnnotations:
Bean()
RuntimeInvisibleTypeAnnotations:
METHOD_RETURN
Bean()
}
SourceFile: "AbstractTransactionManagementConfiguration.java"
RuntimeInvisibleAnnotations:
Configuration()