Uses of Interface
com.sun.hk2.component.InjectionResolverQuery

Packages that use InjectionResolverQuery
com.sun.hk2.component Dependency injection implementation for HK2. 
 

Uses of InjectionResolverQuery in com.sun.hk2.component
 

Classes in com.sun.hk2.component that implement InjectionResolverQuery
 class InjectInjectionResolver
          InjectInjectionResolver, handles all Inject annotations
 class InjectionResolver<U extends Annotation>
          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.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.