Class ContextAnnotationAutowireCandidateResolver

All Implemented Interfaces:
Cloneable, Aware, BeanFactoryAware, AutowireCandidateResolver

public class ContextAnnotationAutowireCandidateResolver extends QualifierAnnotationAutowireCandidateResolver
Complete implementation of the AutowireCandidateResolver strategy interface, providing support for qualifier annotations as well as for lazy resolution driven by the Lazy annotation in the context.annotation package.
Since:
4.0
Author:
Juergen Hoeller