Uses of Class
javax.inject.BindingType

Packages that use BindingType
javax.event   
javax.inject   
javax.inject.manager   
 

Uses of BindingType in javax.event
 

Classes in javax.event with annotations of type BindingType
 interface Fires
          Annotates a variable to be injected with an Event object that can be fired and observed by observer methods
 

Uses of BindingType in javax.inject
 

Classes in javax.inject with annotations of type BindingType
 interface Current
          The default binding type.
 interface New
          The special binding type.
 interface Obtains
          Annotates a variable to be injected with an Instance object.
 

Uses of BindingType in javax.inject.manager
 

Classes in javax.inject.manager with annotations of type BindingType
 interface Deployed
          Event binding type for the event that is raised by the manager when it has completed resolving and validation
 interface 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.