final class org.ehcache.jsr107.NullCompletionListener
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.ehcache.jsr107.NullCompletionListener
  super_class: java.lang.Object
{
  static final CompletionListener INSTANCE;
    descriptor: LCompletionListener;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  public void onCompletion();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.NullCompletionListener this
         0: .line 28
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method onCompletion() of type NullCompletionListener must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.NullCompletionListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/NullCompletionListener;

  public void onException(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.ehcache.jsr107.NullCompletionListener this
         0: .line 33
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method onException(Exception) of type NullCompletionListener must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.NullCompletionListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/NullCompletionListener;
    MethodParameters:
      Name  Flags
      e     

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.ehcache.jsr107.NullCompletionListener this
         0: .line 18
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.cache cannot be resolved\n\tCompletionListener cannot be resolved to a type\n\tCompletionListener cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.ehcache.jsr107.NullCompletionListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/ehcache/jsr107/NullCompletionListener;
}
SourceFile: "NullCompletionListener.java"