com.google.inject.util
Class GuiceFastClass

java.lang.Object
  extended by com.google.inject.util.GuiceFastClass

public class GuiceFastClass
extends java.lang.Object

Gives Guice classes custom names.

Author:
crazybob@google.com (Bob Lee)

Constructor Summary
GuiceFastClass()
           
 
Method Summary
static net.sf.cglib.reflect.FastClass create(java.lang.Class type)
           
static net.sf.cglib.reflect.FastClass create(java.lang.ClassLoader loader, java.lang.Class type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiceFastClass

public GuiceFastClass()
Method Detail

create

public static net.sf.cglib.reflect.FastClass create(java.lang.Class type)

create

public static net.sf.cglib.reflect.FastClass create(java.lang.ClassLoader loader,
                                                    java.lang.Class type)


Copyright © {inceptionYear}-2008 null. All Rights Reserved.