public interface com.google.common.cache.RemovalListener<K, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.common.cache.RemovalListener
  super_class: java.lang.Object
{
  public abstract void onRemoval(com.google.common.cache.RemovalNotification<K, V>);
    descriptor: (Lcom/google/common/cache/RemovalNotification;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lcom/google/common/cache/RemovalNotification<TK;TV;>;)V
    MethodParameters:
              Name  Flags
      notification  
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "RemovalListener.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible()