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

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