public interface javax.cache.annotation.CacheDefaults extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: javax.cache.annotation.CacheDefaults
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 20
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.enterprise cannot be resolved\n\tNonbinding cannot be resolved to a type\n\tNonbinding cannot be resolved to a type\n\tNonbinding cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract java.lang.String cacheName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeInvisibleAnnotations: 
      Nonbinding()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonbinding()

  public abstract java.lang.Class<? extends javax.cache.annotation.CacheResolverFactory> cacheResolverFactory();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<+Ljavax/cache/annotation/CacheResolverFactory;>;
    RuntimeInvisibleAnnotations: 
      Nonbinding()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonbinding()

  public abstract java.lang.Class<? extends javax.cache.annotation.CacheKeyGenerator> cacheKeyGenerator();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/lang/Class<+Ljavax/cache/annotation/CacheKeyGenerator;>;
    RuntimeInvisibleAnnotations: 
      Nonbinding()
    RuntimeInvisibleTypeAnnotations: 
      METHOD_RETURN
        Nonbinding()
}
SourceFile: "CacheDefaults.java"
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.TYPE:Ljava/lang/annotation/ElementType;})
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)