spring-framework / org.springframework.beans.factory.annotation / AnnotationBeanWiringInfoResolver / <init>

<init>

AnnotationBeanWiringInfoResolver()

org.springframework.beans.factory.wiring.BeanWiringInfoResolver that uses the Configurable annotation to identify which classes need autowiring. The bean name to look up will be taken from the Configurable annotation if specified; otherwise the default will be the fully-qualified name of the class being configured.

Author
Rod Johnson

Author
Juergen Hoeller

Since
2.0

See Also
Configurableorg.springframework.beans.factory.wiring.ClassNameBeanWiringInfoResolver