Uses of Package
org.jvnet.hk2.annotations

Packages that use org.jvnet.hk2.annotations
com.sun.hk2.component Dependency injection implementation for HK2. 
org.jvnet.hk2.annotations HK2 annotations that mark components and their required dependencies. Primary API surface of HK2. 
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
 

Classes in org.jvnet.hk2.annotations used by com.sun.hk2.component
CagedBy
          Annotation indicating that additional processing is performed when the component goes into a habitat.
Contract
          Marker annotation to allow implementations to be discovered from the contract they implement.
InhabitantAnnotation
          Meta-annotation indicating that the annotation designates an inhabitant of a Habitat.
 

Classes in org.jvnet.hk2.annotations used by org.jvnet.hk2.annotations
Contract
          Marker annotation to allow implementations to be discovered from the contract they implement.
InhabitantAnnotation
          Meta-annotation indicating that the annotation designates an inhabitant of a Habitat.
 

Classes in org.jvnet.hk2.annotations used by org.jvnet.hk2.component
CagedBy
          Annotation indicating that additional processing is performed when the component goes into a habitat.
Contract
          Marker annotation to allow implementations to be discovered from the contract they implement.
Scoped
          Indicates the scope that this managed object is tied to.
Service
          Marker interface for service implementation.
 



Copyright © 2009 Sun Microsystems, Inc.. All Rights Reserved.