public abstract class CollectionTypeRegistryAbstract extends Object implements CollectionTypeRegistry
| Constructor and Description |
|---|
CollectionTypeRegistryAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Default implementation does nothing.
|
void |
injectInto(Object candidate)
Will inject itself into the candidate if the candidate implements the
corresponding *Aware type.
|
void |
shutdown()
Default implementation does nothing.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCollectionType, isArrayType, isCollectionType, semanticsOfpublic CollectionTypeRegistryAbstract()
public void init()
init in interface ApplicationScopedComponentpublic void shutdown()
shutdown in interface ApplicationScopedComponentpublic void injectInto(Object candidate)
InjectableinjectInto in interface InjectableCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.