public class org.springframework.cache.aspectj.AspectJCachingConfiguration
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.cache.aspectj.AspectJCachingConfiguration
  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 // org.springframework.cache.aspectj.AspectJCachingConfiguration this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.springframework.beans.factory.config cannot be resolved\n\tThe import org.springframework.cache.annotation cannot be resolved\n\tThe import org.springframework.cache.config cannot be resolved\n\tThe import org.springframework.context.annotation.Bean cannot be resolved\n\tThe import org.springframework.context.annotation.Configuration cannot be resolved\n\tThe import org.springframework.context.annotation.Role cannot be resolved\n\tConfiguration cannot be resolved to a type\n\tRole cannot be resolved to a type\n\tBeanDefinition cannot be resolved to a variable\n\tAbstractCachingConfiguration cannot be resolved to a type\n\tBean cannot be resolved to a type\n\tCacheManagementConfigUtils cannot be resolved to a variable\n\tRole cannot be resolved to a type\n\tBeanDefinition cannot be resolved to a variable\n\tAnnotationCacheAspect cannot be resolved to a type\n\tAnnotationCacheAspect cannot be resolved to a type\n\tAnnotationCacheAspect cannot be resolved\n\terrorHandler cannot be resolved or is not a field\n\tkeyGenerator cannot be resolved or is not a field\n\tcacheResolver cannot be resolved or is not a field\n\tcacheManager cannot be resolved or is not a field\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.cache.aspectj.AspectJCachingConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cache/aspectj/AspectJCachingConfiguration;

  public AnnotationCacheAspect cacheAspect();
    descriptor: ()LAnnotationCacheAspect;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.cache.aspectj.AspectJCachingConfiguration this
         0: .line 41
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBean cannot be resolved to a type\n\tCacheManagementConfigUtils cannot be resolved to a variable\n\tRole cannot be resolved to a type\n\tBeanDefinition cannot be resolved to a variable\n\tAnnotationCacheAspect cannot be resolved to a type\n\tAnnotationCacheAspect cannot be resolved to a type\n\tAnnotationCacheAspect cannot be resolved\n\terrorHandler cannot be resolved or is not a field\n\tkeyGenerator cannot be resolved or is not a field\n\tcacheResolver cannot be resolved or is not a field\n\tcacheManager cannot be resolved or is not a field\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.cache.aspectj.AspectJCachingConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/cache/aspectj/AspectJCachingConfiguration;
    RuntimeInvisibleAnnotations: 
      Bean()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Bean()
}
SourceFile: "AspectJCachingConfiguration.java"
    RuntimeInvisibleAnnotations: 
      Configuration()