public abstract class AbstractComponentRegistry extends java.lang.Object implements ComponentRegistry
Constructor and Description |
---|
AbstractComponentRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
deepRegister(java.lang.Class<?> componentType)
Registers a component to be used when the required type is the component, or
any of their interfaces and superclasses.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
register
public final void deepRegister(java.lang.Class<?> componentType)
ComponentRegistry
deepRegister
in interface ComponentRegistry
componentType
- the component typeCopyright © 2013 Caelum. All Rights Reserved.