public annotation interface  net.bytebuddy.implementation.bind.'annotation'.SuperMethod extends java.lang.Object implements java.lang.'annotation'.Annotation
{
public abstract boolean cached();
public abstract boolean privileged();
public abstract boolean fallbackToDefault();
public abstract boolean nullIfImpossible();
}