AutowiredAnnotation

Annotation used to mark constructor or method for auto wiring.

Marking a method/constructor with autowired annotation will make container to call it with arguments fetched from locator by types of them.

Note: even if a method/constructor from an overloaded set is marked with autowired annotation, the first method from overload set will be used. Due to that autowired annotation is recommended to use on methods/constrcutors that are not overloaded.

Members

Functions

factoryConfigurer
PropertyConfigurer!T factoryConfigurer(Locator!() locator)
Undocumented in source. Be warned that the author may not have intended to support it.
factoryConfigurer
PropertyConfigurer!T factoryConfigurer(Locator!() locator)
Undocumented in source. Be warned that the author may not have intended to support it.
factoryContainer
InstanceFactory!T factoryContainer(Locator!() locator)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta