LocatorAware.locator

Set a locator to object.

interface LocatorAware(Type = Object, KeyType = string)
@property @safe nothrow
locator
(
Locator!(Type, KeyType) locator
)

Parameters

locator Locator!(Type, KeyType)

the locator that is set to oject.

Return Value

LocatorAware.

Meta