Package | Description |
---|---|
javax.enterprise.inject.spi |
Modifier and Type | Method and Description |
---|---|
<T> InjectionTargetFactory<T> |
BeanManager.getInjectionTargetFactory(AnnotatedType<T> type) |
Modifier and Type | Method and Description |
---|---|
<T> Bean<T> |
BeanManager.createBean(BeanAttributes<T> attributes,
Class<T> beanClass,
InjectionTargetFactory<T> injectionTargetFactory)
Create a
Bean from the given bean attributes. |
Copyright © 2019. All rights reserved.