Package | Description |
---|---|
javax.enterprise.inject.se | |
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
Modifier and Type | Method and Description |
---|---|
abstract SeContainerInitializer |
SeContainerInitializer.addExtensions(Extension... extensions)
Add extensions to the set of extensions.
|
Modifier and Type | Method and Description |
---|---|
<T extends Extension> |
BeanManager.getExtension(Class<T> extensionClass)
Obtains the container's instance of an Extension class declared in
META-INF/services . |
Modifier and Type | Method and Description |
---|---|
Extension |
ProcessSyntheticObserverMethod.getSource()
Get the extension instance which added the
ObserverMethod for which this event is being fired. |
Extension |
ProcessSyntheticBean.getSource()
Get the extension instance which added the
Bean for which this event is being fired. |
Extension |
ProcessSyntheticAnnotatedType.getSource()
Get the extension instance which added the
AnnotatedType for which this event is being fired. |
Comments to: cdi-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.