class org.ehcache.jsr107.Eh107CacheEntryEvent$NormalEvent<K, V> extends org.ehcache.jsr107.Eh107CacheEntryEvent<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.ehcache.jsr107.Eh107CacheEntryEvent$NormalEvent
  super_class: org.ehcache.jsr107.Eh107CacheEntryEvent
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1566947833363986792

  public void <init>(Cache<K, V>, EventType, org.ehcache.event.CacheEvent<? extends K, ? extends V>, );
    descriptor: (LCache;LEventType;Lorg/ehcache/event/CacheEvent;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.ehcache.jsr107.Eh107CacheEntryEvent$NormalEvent this
         0: .line 18
            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\tCacheEntryEvent cannot be resolved to a type\n\tCache cannot be resolved to a type\n\tEventType cannot be resolved to a type\n\tThe method getKey() of type Eh107CacheEntryEvent<K,V> must override or implement a supertype method\n\tThe method getValue() of type Eh107CacheEntryEvent<K,V> must override or implement a supertype method\n\tThe method unwrap(Class<T>) of type Eh107CacheEntryEvent<K,V> must override or implement a supertype method\n\tThe method getOldValue() of type Eh107CacheEntryEvent<K,V> must override or implement a supertype method\n\tThe method isOldValueAvailable() of type Eh107CacheEntryEvent<K,V> must override or implement a supertype method\n\tThe hierarchy of the type NormalEvent is inconsistent\n\tCache cannot be resolved to a type\n\tEventType cannot be resolved to a type\n\tThe hierarchy of the type RemovingEvent is inconsistent\n\tCache cannot be resolved to a type\n\tEventType cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheEntryEvent$NormalEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheEntryEvent$NormalEvent<TK;TV;>;
    Signature: (LCache<TK;TV;>;LEventType;Lorg/ehcache/event/CacheEvent<+TK;+TV;>;Z)V
    MethodParameters:
             Name  Flags
      source       
      eventType    
      ehEvent      
      hasOldValue  

  public V getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.Eh107CacheEntryEvent$NormalEvent this
         0: .line 73
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.Eh107CacheEntryEvent$NormalEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/Eh107CacheEntryEvent$NormalEvent<TK;TV;>;
    Signature: ()TV;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/ehcache/jsr107/Eh107CacheEntryEvent<TK;TV;>;
SourceFile: "Eh107CacheEntryEvent.java"
NestHost: org.ehcache.jsr107.Eh107CacheEntryEvent
InnerClasses:
  NormalEvent = org.ehcache.jsr107.Eh107CacheEntryEvent$NormalEvent of org.ehcache.jsr107.Eh107CacheEntryEvent