AutowiredMethodConfiguratorPolicy.configureMethod

Configure instantiator to call a method annotated with @autowired with arguments extracted from locator

struct AutowiredMethodConfiguratorPolicy
static
void
configureMethod
(
string member
Z
)

Parameters

Z

component type

member

method that is annotated with @autowired annotation

instantiator T

component factory

locator Locator!()

locator for component dependencies

Meta