interface  net.sf.cglib.proxy.CallbackGenerator extends java.lang.Object
{
public abstract void generate(net.sf.cglib.core.ClassEmitter, net.sf.cglib.proxy.CallbackGenerator$Context, java.util.List) throws java.lang.Exception;
public abstract void generateStatic(net.sf.cglib.core.CodeEmitter, net.sf.cglib.proxy.CallbackGenerator$Context, java.util.List) throws java.lang.Exception;
}