Struct ConstructorMethodConfiguratorPolicy

Method configurator policy that scans only constructors for @constructor annotation, for using them to instantiate component Z

struct ConstructorMethodConfiguratorPolicy ;

Methods

NameDescription
configureMethod Checks if scanned method is a constructor and has @constructor annotation, and sets it to be used to construct component if so.