Field configurator policy that will try to inject a dependency that matches fields type for fields that are annotated with @autowired annotation
Configure instantiator to inject into field a component identified by field's type if field has @autowired annotation.
See Implementation
Field configurator policy that will try to inject a dependency that matches fields type for fields that are annotated with @autowired annotation