Function PropertyConfigurersAware.addPropertyConfigurer

Adds an configurer to the PropertyConfigurersAware.

PropertyConfigurersAware!T addPropertyConfigurer (
  PropertyConfigurer!T configurer
);

Parameters

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

Returns

The PropertyConfigurersAware instance