| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
The portable extension integration SPI.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract BeanManager |
CDI.getBeanManager() |
Get the CDI BeanManager for the current context
|
| Constructor | Description |
|---|---|
Unmanaged(BeanManager manager,
java.lang.Class<T> clazz) |
Create an injector for the given class
|