GenericFactory.locator - multiple declarations

Function GenericFactory.locator

Get the GenericFactory locator.

Locator!() locator ();

Returns

Locator!() the locator that should be used by underlying constructor or property configurer.

Alias GenericFactory.locator

interface GenericFactory
{
  // ...
  alias locator = Factory!T;
  // ...
}