Function ChainedContainerAdder.scan

Apply all ContainerAdders that know how to scan T symbol

void scan(alias T) (
  Locator!() locator,
  Storage!(ObjectFactory,string) storage
)
if (isSupported!T);

Parameters

NameDescription
T symbol to be scanned
locator locator of components, used by transformer that is applied on members of scanned T symbol
storage the storage that will store component factories from transformed members of T symbol