public class org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration extends org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration
  super_class: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration this
         0: .line 41
            aload 0 /* this */
            invokespecial org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration.<init>:()V
            return
        end local 0 // org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/aspectj/AspectJTransactionManagementConfiguration;

  public AnnotationTransactionAspect transactionAspect();
    descriptor: ()LAnnotationTransactionAspect;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration this
         0: .line 45
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tAnnotationTransactionAspect cannot be resolved to a type\n\tAnnotationTransactionAspect cannot be resolved to a type\n\tAnnotationTransactionAspect cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.aspectj.AspectJTransactionManagementConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/aspectj/AspectJTransactionManagementConfiguration;
    RuntimeVisibleAnnotations: 
      org.springframework.context.annotation.Bean(name = {"org.springframework.transaction.config.internalTransactionAspect"})
      org.springframework.context.annotation.Role(value = 2)
}
SourceFile: "AspectJTransactionManagementConfiguration.java"
    RuntimeVisibleAnnotations: 
      org.springframework.context.annotation.Configuration()