Uses of Class
org.glassfish.hk2.api.AnnotationLiteral
-
Packages that use AnnotationLiteral Package Description org.glassfish.hk2.runlevel org.glassfish.hk2.utilities -
-
Uses of AnnotationLiteral in org.glassfish.hk2.runlevel
Subclasses of AnnotationLiteral in org.glassfish.hk2.runlevel Modifier and Type Class Description private static class
RunLevelServiceUtilities.RunLevelImpl
-
Uses of AnnotationLiteral in org.glassfish.hk2.utilities
Subclasses of AnnotationLiteral in org.glassfish.hk2.utilities Modifier and Type Class Description class
NamedImpl
This is an implementation of theNamed
annotation.private static class
ServiceLocatorUtilities.ImmediateImpl
private static class
ServiceLocatorUtilities.InheritableThreadImpl
private static class
ServiceLocatorUtilities.PerLookupImpl
private static class
ServiceLocatorUtilities.PerThreadImpl
private static class
ServiceLocatorUtilities.SingletonImpl
class
UnqualifiedImpl
This is an implementation ofUnqualified
.
-