Package javax.enterprise.inject.spi

Interface Summary
AfterBeanDiscovery  
AfterDeploymentValidation  
Annotated The metadata for an annotated element which can be parsed by the BeanManager.
AnnotatedCallable<X> The metadata for a callable member which can be parsed by the BeanManager.
AnnotatedConstructor<X> The metadata for an annotated constructor which can be parsed by the BeanManager.
AnnotatedField<X> The metadata for an annotated field which can be parsed by the BeanManager The semantics are similar to Field
AnnotatedMember<X> The metadata for an annotated member which can be parsed by the BeanManager.
AnnotatedMethod<X> The metadata for an annotated method which can be parsed by the BeanManager The semantics are similar to Method
AnnotatedParameter<X> The metadata for an annotated parameter which can be parsed by the BeanManager
AnnotatedType<X> The metadata for an annotated type which can be parsed by the BeanManager The semantics are similar to Class.
Bean<T>  
BeanManager The contract between the application and the manager.
BeforeBeanDiscovery  
BeforeShutdown  
Decorator<T> The bean object for a decorator
Extension  
InjectionPoint Provides access to metadata about the injection point into which a dependent object is injected.
InjectionTarget<T>  
Interceptor<T>  
ObserverMethod<X,T>  
ProcessAnnotatedType<X>  
ProcessBean<X>  
ProcessInjectionTarget<X>  
ProcessManagedBean<X>  
ProcessProcessObserverMethod<X,T>  
ProcessProducer<X,T>  
ProcessProducerField<X,T>  
ProcessProducerMethod<X,T>  
ProcessSessionBean<X>  
Producer<T> The interface javax.enterprise.inject.spi.Producer provides a generic operation for producing an instance of a type.
 

Enum Summary
InterceptionType Identifies the kind of lifecycle callback or business method
SessionBeanType  
 



Copyright © 2008-2009. All Rights Reserved.