Uses of Class
org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
Packages that use QualifierAnnotationAutowireCandidateResolver
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
-
Uses of QualifierAnnotationAutowireCandidateResolver in org.springframework.context.annotation
Subclasses of QualifierAnnotationAutowireCandidateResolver in org.springframework.context.annotationModifier and TypeClassDescriptionclass
Complete implementation of theAutowireCandidateResolver
strategy interface, providing support for qualifier annotations as well as for lazy resolution driven by theLazy
annotation in thecontext.annotation
package.