Package | Description |
---|---|
javax.enterprise.inject.spi |
The portable extension integration SPI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessManagedBean<X>
The container fires an event of this type for each enabled managed bean, before registering the
Bean object. |
interface |
ProcessProducerField<T,X>
The container fires an event of this type for each enabled producer field, before registering the
Bean object. |
interface |
ProcessProducerMethod<T,X>
The container fires an event of this type for each enabled producer method, before registering the
Bean object. |
interface |
ProcessSessionBean<X>
The container fires an event of this type for each enabled session bean, before registering the
Bean object. |
interface |
ProcessSyntheticBean<X>
The container fires an event of this type for each custom bean implementation added through
AfterBeanDiscovery.addBean() or AfterBeanDiscovery.addBean(Bean) , before registering the
Bean object. |
Comments to: cdi-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.