Uses of Class
org.jvnet.hk2.annotations.Inject

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

Uses of Inject in com.sun.hk2.component
 

Methods in com.sun.hk2.component with parameters of type Inject
protected
<V> V
InjectInjectionResolver.getComponentInjectValue(Habitat habitat, java.lang.Object component, Inhabitant<?> onBehalfOf, java.lang.reflect.AnnotatedElement target, java.lang.reflect.Type genericType, java.lang.Class<V> type, Inject inject)
           
protected
<V> V
InjectInjectionResolver.getHolderInjectValue(Habitat habitat, java.lang.Object component, Inhabitant<?> onBehalfOf, java.lang.reflect.AnnotatedElement target, java.lang.reflect.Type genericType, java.lang.Class<V> type, Inject inject)
           
protected
<V> V
InjectInjectionResolver.getServiceInjectValue(Habitat habitat, java.lang.Object component, Inhabitant<?> onBehalfOf, java.lang.reflect.AnnotatedElement target, java.lang.reflect.Type genericType, java.lang.Class<V> type, Inject inject)
           
 boolean InjectInjectionResolver.isOptional(java.lang.reflect.AnnotatedElement element, Inject annotation)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.