PropertyConfigurersAwareMixin.addPropertyConfigurer

Adds an configurer to the PropertyConfigurersAware.

mixintemplate PropertyConfigurersAwareMixin(T)
@safe
typeof(this)
addPropertyConfigurer

Parameters

configurer PropertyConfigurer!T

a configurer that will be invoked after factory of an object.

Return Value

Type: typeof(this)

The PropertyConfigurersAware instance

Meta