Uses of Class
org.jvnet.hk2.component.Reference

Packages that use Reference
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
 

Uses of Reference in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component with parameters of type Reference
static
<T> void
Creators.qualifyingConstructors(Class<T> c, List<Constructor<?>> allList, Set<Class<? extends Annotation>> injectionAnnotations, Reference<Constructor<T>> defaultCtor, Reference<Constructor<T>> noArgCtor)
          Returns all "eligible" constructors for injection.
static
<T> void
Creators.qualifyingConstructors(Class<T> c, List<Constructor<?>> allList, Set<Class<? extends Annotation>> injectionAnnotations, Reference<Constructor<T>> defaultCtor, Reference<Constructor<T>> noArgCtor)
          Returns all "eligible" constructors for injection.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.