Method policy that scans constructors for @autowired annotation to use them to construct component with dependencies identified by qualifier, name or their type.
Configures instantiator to use @autowired constructor method, to construct the component.
See Implementation
Method policy that scans constructors for @autowired annotation to use them to construct component with dependencies identified by qualifier, name or their type.