Uses of Annotation Type
org.glassfish.hk2.api.Unqualified
Packages that use Unqualified
-
Uses of Unqualified in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return UnqualifiedModifier and TypeMethodDescriptionServiceLocator.getDefaultUnqualified()This returns the defaultUnqualifiedannotation that will be put on all injection points that do not have any qualifiers.Injectee.getUnqualified()This method returns theUnqualifiedannotation if it is present on the injection point.Methods in org.glassfish.hk2.api with parameters of type UnqualifiedModifier and TypeMethodDescriptionvoidServiceLocator.setDefaultUnqualified(Unqualified unqualified) This sets the defaultUnqualifiedannotation that will be put on all injection points that do not have any qualifiers. -
Uses of Unqualified in org.glassfish.hk2.utilities
Subclasses with type arguments of type Unqualified in org.glassfish.hk2.utilitiesMethods in org.glassfish.hk2.utilities that return UnqualifiedMethods in org.glassfish.hk2.utilities with parameters of type UnqualifiedModifier and TypeMethodDescriptionvoidInjecteeImpl.setUnqualified(Unqualified unqualified) Sets the unqualified annotation to be associated with this injectee -
Uses of Unqualified in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal that return UnqualifiedModifier and TypeMethodDescriptionServiceLocatorImpl.getDefaultUnqualified()SystemInjecteeImpl.getUnqualified()Methods in org.jvnet.hk2.internal with parameters of type UnqualifiedModifier and TypeMethodDescriptionvoidServiceLocatorImpl.setDefaultUnqualified(Unqualified unqualified) Constructors in org.jvnet.hk2.internal with parameters of type UnqualifiedModifierConstructorDescriptionCacheKey(Type lookupType, String name, Unqualified unqualified, Annotation... qualifiers) Key used for LRU cache