| Interface | Description |
|---|---|
| AfterObserver |
An lifecycle event implementing this API will have this callback after each observer.
|
| Class | Description |
|---|---|
| EventBase | |
| ExtensionLoader |
Loads META-INF/services/javax.enterprise.inject.spi.Extension
services.
|
| ProcessAnnotatedTypeImpl<X> |
Default implementation of the
ProcessAnnotatedType. |
| ProcessBeanAttributesImpl<T> | |
| ProcessBeanImpl<X> |
Implementation of the
ProcessBean. |
| ProcessInjectionPointImpl<T,X> |
Fired for every
InjectionPoint of every Java EE component class supporting injection,
including every ManagedBean, EJB session or message-driven bean, bean, interceptor or decorator. |
| ProcessInjectionTargetImpl<X> |
Implementation of the
ProcessInjectionTarget. |
| ProcessManagedBeanImpl<X> |
Implementation of
ProcessManagedBean. |
| ProcessObserverMethodImpl<T,X> |
Implementation of
ProcessObserverMethod. |
| ProcessProducerFieldImpl<X,T> |
Implementation of the
ProcessProducerField. |
| ProcessProducerImpl<X,T> |
Implementation of
ProcessProducer. |
| ProcessProducerMethodImpl<X,T> |
Implementation of
ProcessProducerMethod. |
| ProcessSessionBeanImpl<X> |
Implementation of
ProcessSessionBean. |
| ProcessSyntheticAnnotatedTypeImpl<X> |
Default implementation of the
ProcessSyntheticAnnotatedType. |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.