| 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  InjectionTargetfor the givenAnnotatedType. | 
| InjectionTarget<T> | InjectionTargetFactory. createInjectionTarget(Bean<T> bean)Create a new injection target for a bean. | 
| InjectionTarget<X> | ProcessInjectionTarget. getInjectionTarget()Returns the  InjectionTargetobject that will be used by the container to perform
 injection. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProcessInjectionTarget. setInjectionTarget(InjectionTarget<X> injectionTarget)Replaces the  InjectionTargetwhich performs injection for this target. | 
Comments to: cdi-dev@eclipse.org.
 Copyright © 2019 Eclipse Foundation.
 Use is subject to license terms.