AutowiredAnnotation.factoryConfigurer

Undocumented in source. Be warned that the author may not have intended to support it.
  1. PropertyConfigurer!T factoryConfigurer(Locator!() locator)
    struct AutowiredAnnotation
    factoryConfigurer
    (
    T
    string method
    )
    if (
    !isField!(T, method) &&
    isSomeFunction!(getMember!(T, method))
    )
  2. PropertyConfigurer!T factoryConfigurer(Locator!() locator)

Meta