@Module public class InjectionBean<T> extends AbstractSingletonBean<T> implements java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
T |
create(CreationalContext<T> cxt)
Creates a new instance for the Contextual's type.
|
InjectionTarget<T> |
getInjectionTarget() |
close, getAnnotated, getAnnotatedType, getId, getName, getQualifiers, getScope, getStereotypes, getTypes, introspectObservers, introspectProducesdestroygetBean, getBeanClass, getInjectionPoints, isAlternative, isNullablecalculatePassivationId, createObject, getBeanManager, getJavaClass, introspect, isPassivationCapable, toDisplayString, toDisplayStringImpl, toStringpublic InjectionTarget<T> getInjectionTarget()
getInjectionTarget in class AbstractBean<T>public T create(CreationalContext<T> cxt)
Contextualcreate in interface Contextual<T>create in class AbstractSingletonBean<T>cxt - the creation context used to support circular
references.