net.sf.cglib.proxy.InterfaceMaker Generates new interfaces at runtime. By passing a generated interface to the Enhancer's list of interfaces to implement, you can make your enhanced classes handle an arbitrary set of method signatures. @author Chris Nokleberg @version $Id: InterfaceMaker.java,v 1.3 2004/09/18 21:22:22 herbyderby E ...