Uses of Class
org.glassfish.hk2.api.InjectionPointIndicator
-
Packages that use InjectionPointIndicator Package Description org.glassfish.hk2.configuration.api -
-
Uses of InjectionPointIndicator in org.glassfish.hk2.configuration.api
Classes in org.glassfish.hk2.configuration.api with annotations of type InjectionPointIndicator Modifier and Type Class Description interface
ChildInject
This Injection point indicator can be used for services that have a hierarchical names.interface
Configured
This annotation is placed on fields or on parameters of methods or constructors to indicate that these fields or parameters should come from the configuration instance of the type defined by theConfiguredBy
annotation on the class.
-