| Package | Description |
|---|---|
| javax.enterprise.inject.spi |
Java Dependency Injection programmatic APIs.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
BeanManager.getContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
Returns the scope context for the given type
|
| Modifier and Type | Method and Description |
|---|---|
void |
AfterBeanDiscovery.addContext(Context context)
Registers a context with the BeanManager
|