Uses of Package
javax.enterprise.inject.spi

Packages that use javax.enterprise.inject.spi
javax.enterprise.inject.spi The portable extension integration SPI. 
 

Classes in javax.enterprise.inject.spi used by javax.enterprise.inject.spi
Annotated
          Represents a Java program element that can be annotated.
AnnotatedCallable
          Represents a callable member of a Java type.
AnnotatedConstructor
          Represents a constructor of a Java class.
AnnotatedField
          Represents a field of a Java class.
AnnotatedMember
          Represents a member of a Java type.
AnnotatedMethod
          Represents a method of a Java type.
AnnotatedParameter
          Represents a parameter of a method or constructor.
AnnotatedType
          Represents a Java class or interface.
Bean
          Represents an enabled bean.
Decorator
          Represents an enabled decorator.
InjectionPoint
          Provides access to metadata about an injection point.
InjectionTarget
           Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.
InterceptionType
          Identifies the kind of lifecycle callback, EJB timeout method or business method interception.
Interceptor
          Represents an enabled interceptor.
ObserverMethod
          Represents an observer method of an enabled bean.
ProcessBean
           The container fires an event of this type for each enabled bean, interceptor or decorator deployed in a bean archive, before registering the Bean object.
ProcessManagedBean
           The container fires an event of this type for each enabled managed bean, before registering the Bean object.
Producer
           Provides a generic operation for producing an instance of a type.
SessionBeanType
          Identifies the kind of EJB session bean.
 



Copyright © 2008-2010 Seam Framework. All Rights Reserved.