public class GenericContext extends Object
GenericContext()
<T> void
contextAdd(T obj)
<T> T
contextLookup(Class<T> clazz)
contextRemove(Class<T> clazz)
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GenericContext()
public <T> void contextAdd(T obj)
public <T> T contextLookup(Class<T> clazz)
public <T> T contextRemove(Class<T> clazz)