| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| Modifier and Type | Method and Description |
|---|---|
<T> InjectionTarget<T> |
BeanManager.createInjectionTarget(AnnotatedType<T> type)
Obtains an
InjectionTarget for the given AnnotatedType. |
InjectionTarget<X> |
ProcessInjectionTarget.getInjectionTarget()
Returns the
InjectionTarget object
that will be used by the container to perform injection. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessInjectionTarget.setInjectionTarget(InjectionTarget<X> injectionTarget)
Replaces the
InjectionTarget which
performs injection for this target. |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.