| Package | Description | 
|---|---|
| org.springframework.beans.factory.annotation | Support package for annotation-driven bean configuration. | 
| org.springframework.beans.factory.support | Classes supporting the  org.springframework.beans.factorypackage. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | QualifierAnnotationAutowireCandidateResolverAutowireCandidateResolverimplementation that matches bean definition qualifiers
 againstqualifier annotationson the field or parameter to be autowired. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GenericTypeAwareAutowireCandidateResolverBasic  AutowireCandidateResolverthat performs a full generic type
 match with the candidate's type if the dependency is declared as a generic type
 (e.g. |