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

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