Package net.sf.cglib.reflect
Class ConstructorDelegate
- java.lang.Object
-
- net.sf.cglib.reflect.ConstructorDelegate
-
public abstract class ConstructorDelegate extends Object
- Version:
- $Id: ConstructorDelegate.java,v 1.20 2006/03/05 02:43:19 herbyderby Exp $
- Author:
- Chris Nokleberg
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConstructorDelegate.Generator
-
Constructor Summary
Constructors Modifier Constructor Description protected
ConstructorDelegate()
-
-
-
Method Detail
-
create
public static ConstructorDelegate create(Class targetClass, Class iface)
-
-