Uses of Class
org.jvnet.hk2.internal.AutoActiveDescriptor
-
Packages that use AutoActiveDescriptor Package Description org.jvnet.hk2.internal -
-
Uses of AutoActiveDescriptor in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal that return AutoActiveDescriptor Modifier and Type Method Description static <T> AutoActiveDescriptor<T>
Utilities. createAutoDescriptor(java.lang.Class<T> clazz, ServiceLocatorImpl locator)
Creates a reified automatically generated descriptorstatic <T> AutoActiveDescriptor<T>
Utilities. createAutoFactoryDescriptor(java.lang.Class<T> parentClazz, ActiveDescriptor<?> factoryDescriptor, ServiceLocatorImpl locator)
Creates a reified automatically generated descriptor
-