| Package | Description | 
|---|---|
| org.springframework.beans.factory.annotation | Support package for annotation-driven bean configuration. | 
| org.springframework.beans.factory.wiring | Mechanism to determine bean wiring metadata from a bean instance. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AnnotationBeanWiringInfoResolverBeanWiringInfoResolverthat
 uses the Configurable annotation to identify which classes need autowiring. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClassNameBeanWiringInfoResolverSimple default implementation of the  BeanWiringInfoResolverinterface,
 looking for a bean with the same name as the fully-qualified class name. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected BeanWiringInfoResolver | BeanConfigurerSupport. createDefaultBeanWiringInfoResolver()Create the default BeanWiringInfoResolver to be used if none was
 specified explicitly. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BeanConfigurerSupport. setBeanWiringInfoResolver(BeanWiringInfoResolver beanWiringInfoResolver)Set the  BeanWiringInfoResolverto use. |