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
org.jvnet.hk2.component.internal.runlevel   
 

Classes in org.jvnet.hk2.annotations used by com.sun.hk2.component
CagedBy
          Deprecated. this is scheduled for removal
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.
Inject
          Annotation to define a required resource for a component.
 

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
          Deprecated. this is scheduled for removal
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.
 

Classes in org.jvnet.hk2.annotations used by org.jvnet.hk2.component.internal.runlevel
RunLevel
          Defines the notion of a run level a la Unix.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.