public annotation interface  net.bytebuddy.asm.Advice$OnMethodEnter extends java.lang.Object implements java.lang.'annotation'.Annotation
{
public abstract java.lang.Class skipOn();
public abstract int skipOnIndex();
public abstract boolean prependLineNumber();
public abstract boolean inline();
public abstract java.lang.Class suppress();
}