| 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 |
AnnotationBeanWiringInfoResolver
BeanWiringInfoResolver that
uses the Configurable annotation to identify which classes need autowiring. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassNameBeanWiringInfoResolver
Simple default implementation of the
BeanWiringInfoResolver interface,
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
BeanWiringInfoResolver to use. |