class org.ehcache.jsr107.EventListenerAdaptors
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.jsr107.EventListenerAdaptors
  super_class: java.lang.Object
{
  static <K, V> java.util.List<org.ehcache.jsr107.EventListenerAdaptors$EventListenerAdaptor<K, V>> ehListenersFor(CacheEntryListener<? super K, ? super V>, CacheEntryEventFilter<? super K, ? super V>, Cache<K, V>, boolean);
    descriptor: (LCacheEntryListener;LCacheEntryEventFilter;LCache;Z)Ljava/util/List;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
         0: .line 53
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(LCacheEntryListener<-TK;-TV;>;LCacheEntryEventFilter<-TK;-TV;>;LCache<TK;TV;>;Z)Ljava/util/List<Lorg/ehcache/jsr107/EventListenerAdaptors$EventListenerAdaptor<TK;TV;>;>;
    MethodParameters:
             Name  Flags
      listener     
      filter       
      source       
      requestsOld  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.EventListenerAdaptors this
         0: .line 77
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 79
            return
        end local 0 // org.ehcache.jsr107.EventListenerAdaptors this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/ehcache/jsr107/EventListenerAdaptors;
}
SourceFile: "EventListenerAdaptors.java"
NestMembers:
  org.ehcache.jsr107.EventListenerAdaptors$CreatedAdaptor  org.ehcache.jsr107.EventListenerAdaptors$EventListenerAdaptor  org.ehcache.jsr107.EventListenerAdaptors$ExpiredAdaptor  org.ehcache.jsr107.EventListenerAdaptors$RemovedAdaptor  org.ehcache.jsr107.EventListenerAdaptors$UpdatedAdaptor
InnerClasses:
  CreatedAdaptor = org.ehcache.jsr107.EventListenerAdaptors$CreatedAdaptor of org.ehcache.jsr107.EventListenerAdaptors
  abstract EventListenerAdaptor = org.ehcache.jsr107.EventListenerAdaptors$EventListenerAdaptor of org.ehcache.jsr107.EventListenerAdaptors
  ExpiredAdaptor = org.ehcache.jsr107.EventListenerAdaptors$ExpiredAdaptor of org.ehcache.jsr107.EventListenerAdaptors
  RemovedAdaptor = org.ehcache.jsr107.EventListenerAdaptors$RemovedAdaptor of org.ehcache.jsr107.EventListenerAdaptors
  UpdatedAdaptor = org.ehcache.jsr107.EventListenerAdaptors$UpdatedAdaptor of org.ehcache.jsr107.EventListenerAdaptors