abstract class org.ehcache.jsr107.EventListenerAdaptors$EventListenerAdaptor<K, V> implements org.ehcache.event.CacheEventListener<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.ehcache.jsr107.EventListenerAdaptors$EventListenerAdaptor
  super_class: java.lang.Object
{
  final CacheEntryEventFilter<K, V> filter;
    descriptor: LCacheEntryEventFilter;
    flags: (0x0010) ACC_FINAL
    Signature: LCacheEntryEventFilter<TK;TV;>;

  final Cache<K, V> source;
    descriptor: LCache;
    flags: (0x0010) ACC_FINAL
    Signature: LCache<TK;TV;>;

  final boolean requestsOld;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  void <init>(Cache<K, V>, CacheEntryEventFilter<K, V>, );
    descriptor: (LCache;LCacheEntryEventFilter;Z)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.ehcache.jsr107.EventListenerAdaptors$EventListenerAdaptor this
         0: .line 23
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tThe import javax.cache cannot be resolved\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCacheEntryListener cannot be resolved to a type\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tCacheEntryUpdatedListener cannot be resolved to a type\n\tCacheEntryUpdatedListener cannot be resolved to a type\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCacheEntryCreatedListener cannot be resolved to a type\n\tCacheEntryCreatedListener cannot be resolved to a type\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCacheEntryRemovedListener cannot be resolved to a type\n\tCacheEntryRemovedListener cannot be resolved to a type\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCacheEntryExpiredListener cannot be resolved to a type\n\tCacheEntryExpiredListener cannot be resolved to a type\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCacheEntryUpdatedListener cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tCacheEntryUpdatedListener cannot be resolved to a type\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCacheEntryUpdatedListener cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tEventType cannot be resolved to a variable\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCacheEntryUpdatedListener cannot be resolved to a type\n\tCacheEntryEvent cannot be resolved to a type\n\tCacheEntryRemovedListener cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tCacheEntryRemovedListener cannot be resolved to a type\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCacheEntryRemovedListener cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tEventType cannot be resolved to a variable\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCacheEntryRemovedListener cannot be resolved to a type\n\tCacheEntryEvent cannot be resolved to a type\n\tCacheEntryExpiredListener cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tCacheEntryExpiredListener cannot be resolved to a type\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCacheEntryExpiredListener cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tEventType cannot be resolved to a variable\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCacheEntryExpiredListener cannot be resolved to a type\n\tCacheEntryEvent cannot be resolved to a type\n\tCacheEntryCreatedListener cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tCacheEntryCreatedListener cannot be resolved to a type\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCacheEntryCreatedListener cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tEventType cannot be resolved to a variable\n\tCacheEntryEventFilter cannot be resolved to a type\n\tCacheEntryCreatedListener cannot be resolved to a type\n\tCacheEntryEvent cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.EventListenerAdaptors$EventListenerAdaptor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/EventListenerAdaptors$EventListenerAdaptor<TK;TV;>;
    Signature: (LCache<TK;TV;>;LCacheEntryEventFilter<TK;TV;>;Z)V
    MethodParameters:
             Name  Flags
      source       
      filter       
      requestsOld  

  abstract org.ehcache.event.EventType getEhcacheEventType();
    descriptor: ()Lorg/ehcache/event/EventType;
    flags: (0x0400) ACC_ABSTRACT
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lorg/ehcache/event/CacheEventListener<TK;TV;>;
SourceFile: "EventListenerAdaptors.java"
NestHost: org.ehcache.jsr107.EventListenerAdaptors
InnerClasses:
  abstract EventListenerAdaptor = org.ehcache.jsr107.EventListenerAdaptors$EventListenerAdaptor of org.ehcache.jsr107.EventListenerAdaptors