Package org.springframework.beans.factory.wiring
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| BeanWiringInfoResolver |
Strategy interface to be implemented by objects than can resolve bean name
information, given a newly instantiated bean object. |
| BeanConfigurerSupport |
Convenient superclass for configurers that can perform Dependency Injection on
objects (however they may be created). |
| BeanWiringInfo |
Class holding wiring metadata information about a bean definition. |
| ClassNameBeanWiringInfoResolver |
Simple default implementation, which looks for a bean with the same name as
the fully-qualified class name. |
Mechanism to determine bean wiring metadata from a bean instance.
Foundation for aspect-driven bean configuration.