-
- All Implemented Interfaces:
@Target(allowedTargets = {AnnotationTarget.CLASS, AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.FUNCTION}) public @interface QualifierSetup
Common meta-annotation for DI qualifier annotations. Normally it should be marked by Qualifier annotation as well, but at least Spring doesn't pick it from meta-annotation -
QualifierAnnotationAutowireCandidateResolver.isQualifier()