Uses of Annotation Interface
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
Methods 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