Skip to content

Resolve "Feature - automatic factory instantiation"

Luc Everse requested to merge 1-factory-instantiation into master

Description

Adds support for registering factories as classes, which will be instantiated by the resolver before registering the instances.

Resolves #1 (closed)

Changes

None.

Additions

addFactory and addDefaultFactory methods for registering factories by their class

Merge request reports