PropertyConfigurer

A property configurer, has the purpose to modify component of type T according to some logic encapsulated in it.

@safe
interface PropertyConfigurer : LocatorAware!()(
T
) {}

Members

Functions

configure
void configure(T object)

Accepts a reference to an object that is to be configured by the configurer.

Meta