mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
9e5a27d046
The factory method encourages misuse of dependency injection (by using it as a service locator). Removing the factory method forces the user to make this choice deliberately. |
||
---|---|---|
.. | ||
annotations | ||
applicationcontext | ||
arraycompletion | ||
qualifiers | ||
quickstart | ||
registeronresolve | ||
README.md |
To build any of these examples, specify the relevant DUB configuration when building with DUB:
dub build --build=release --config=<name>Example
Where <name> corresponds to the name of the folder where the code example is in.