Uses of Class
com.sun.hk2.component.InjectionResolver

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

Uses of InjectionResolver in com.sun.hk2.component
 

Subclasses of InjectionResolver in com.sun.hk2.component
 class InjectInjectionResolver
          InjectInjectionResolver, handles all Inject annotations
 class LeadInjectionResolver
          Injection Resolver responsible for Lead Annotation type.
 

Uses of InjectionResolver in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component with parameters of type InjectionResolver
 void InjectionManager.inject(java.lang.Object component, java.lang.Class type, InjectionResolver... targets)
          Initializes the component by performing injection.
 void InjectionManager.inject(java.lang.Object component, Inhabitant<?> onBehalfOf, java.lang.Class type, InjectionResolver... targets)
          Initializes the component by performing injection.
 void InjectionManager.inject(java.lang.Object component, Inhabitant<?> onBehalfOf, InjectionResolver... targets)
          Initializes the component by performing injection.
 void InjectionManager.inject(java.lang.Object component, InjectionResolver... targets)
          Initializes the component by performing injection.
 



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