public class Factory extends java.lang.Object
Factory()
static void
install(Factory factory)
static Factory
instance()
<T> T
intercept(T object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Factory()
public static Factory instance()
public static void install(Factory factory)
public <T> T intercept(T object)