类的使用
org.springframework.beans.factory.annotation.QualifierAnnotationAutowireCandidateResolver
使用QualifierAnnotationAutowireCandidateResolver的程序包 程序包 说明 org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.org.springframework.context.annotation中QualifierAnnotationAutowireCandidateResolver的使用
org.springframework.context.annotation中QualifierAnnotationAutowireCandidateResolver的子类 修饰符和类型 类 说明 classContextAnnotationAutowireCandidateResolverComplete implementation of theAutowireCandidateResolverstrategy interface, providing support for qualifier annotations as well as for lazy resolution driven by theLazyannotation in thecontext.annotationpackage.