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

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