net.sf.cglib.reflect
Class ConstructorDelegate

java.lang.Object
  extended bynet.sf.cglib.reflect.ConstructorDelegate

public abstract class ConstructorDelegate
extends java.lang.Object

Version:
$Id: ConstructorDelegate.java,v 1.16 2003/11/06 05:10:52 herbyderby Exp $
Author:
Chris Nokleberg

Nested Class Summary
static class ConstructorDelegate.Generator
           
 
Constructor Summary
protected ConstructorDelegate()
           
 
Method Summary
static ConstructorDelegate create(java.lang.Class targetClass, java.lang.Class iface)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructorDelegate

protected ConstructorDelegate()
Method Detail

create

public static ConstructorDelegate create(java.lang.Class targetClass,
                                         java.lang.Class iface)


Copyright © 2002-2003 cglib. All Rights Reserved.