Uses of Package
com.sun.hk2.component

Packages that use com.sun.hk2.component
com.sun.hk2.component Dependency injection implementation for HK2. 
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
org.jvnet.hk2.component.classmodel   
org.jvnet.hk2.component.internal.runlevel   
org.jvnet.hk2.junit   
 

Classes in com.sun.hk2.component used by com.sun.hk2.component
AbstractCreatorImpl
           
AbstractInhabitantImpl
          Partial implementation of Inhabitant that defines methods whose semantics is fixed by Habitat.
AbstractInhabitantProvider
          abstract base for InhabitantProviderInterceptor
ClassLoaderHolder
          Contract representing holders for a ClassLoader
ConstructorCreator
          Creates an object from its constructor.
EventPublishingInhabitant
          An inhabitant that implements InhabitantEventPublisher, and maintains a list of listeners to notify for interesting changes of the underlying delegate.
Holder
          Indirection to a value.
InhabitantParser
          Abstraction of inhabitant meta-data retrieval capability.
InhabitantsParser
          Parses /META-INF/inhabitants and populate Habitat.
InhabitantStore
          Contract abstracting the storage of inhabitants into a backing store (which is usually the habitat in most situations).
InjectionResolver
          Implementation of this abstract class are handling injection resolution for a particular injection annotation Inject Injection targets are identified by the generic parameter and the constructor of this class.
InjectionResolverQuery
           
KeyValuePairParser
          Parses a string like key=value,key=value,key=value.
 

Classes in com.sun.hk2.component used by org.jvnet.hk2.component
AbstractInhabitantImpl
          Partial implementation of Inhabitant that defines methods whose semantics is fixed by Habitat.
Holder
          Indirection to a value.
InhabitantsParser
          Parses /META-INF/inhabitants and populate Habitat.
InhabitantStore
          Contract abstracting the storage of inhabitants into a backing store (which is usually the habitat in most situations).
InjectionResolver
          Implementation of this abstract class are handling injection resolution for a particular injection annotation Inject Injection targets are identified by the generic parameter and the constructor of this class.
 

Classes in com.sun.hk2.component used by org.jvnet.hk2.component.classmodel
InhabitantsParser
          Parses /META-INF/inhabitants and populate Habitat.
InhabitantsScanner
          Scans the stream that follows the /META-INF/inhabitants/* format.
IntrospectionScanner
          Plugability API for allowing sub parsers to be looked up during introspection.
 

Classes in com.sun.hk2.component used by org.jvnet.hk2.component.internal.runlevel
AbstractInhabitantImpl
          Partial implementation of Inhabitant that defines methods whose semantics is fixed by Habitat.
 

Classes in com.sun.hk2.component used by org.jvnet.hk2.junit
InhabitantsParser
          Parses /META-INF/inhabitants and populate Habitat.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.