PropertyConfigurerDecoratorMixin

A default implementation that delegates to decorated configurator.

mixin template PropertyConfigurerDecoratorMixin (
T
) {}

Members

Functions

configure
void configure(T object)

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

Meta