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

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

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.
 

Uses of InjectionResolverQuery in com.sun.hk2.jsr330.spi.internal
 

Classes in com.sun.hk2.jsr330.spi.internal that implement InjectionResolverQuery
 class Jsr330InjectionResolver
          Jsr-330 Injection Resolver
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.