| Package | Description | 
|---|---|
| javax.enterprise.inject.spi | 
 The portable extension integration SPI. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> InjectionTargetFactory<T> | 
BeanManager.getInjectionTargetFactory(AnnotatedType<T> annotatedType)
 An implementation of  
InjectionTargetFactory that provides container created InjectionTarget instances. | 
| Modifier and Type | Method and Description | 
|---|---|
<T> Bean<T> | 
BeanManager.createBean(BeanAttributes<T> attributes,
          Class<T> beanClass,
          InjectionTargetFactory<T> injectionTargetFactory)
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.