Package javax.inject.manager

Interface Summary
InjectionPoint Provides access to metadata about the injection point into which a dependent object is injected.
Manager The contract between the application and the manager.
 

Class Summary
Bean<T> The contract between the manager and a bean.
Decorator The Bean object for a a decorator This interface should not be called directly by the application.
Interceptor The contract between the manager and a interceptor.
 

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

Annotation Types Summary
Deployed Event binding type for the event that is raised by the manager when it has completed resolving and validation
Initialized Event binding type for the event that is raised by the manager when it has completed discovery and bean creation
 



Copyright © 2008-2009. All Rights Reserved.