poodinis/example
Mike Bierlee 9e5a27d046 Deprecate singleton factory method
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.
2016-08-08 22:17:17 +02:00
..
annotations Deprecate singleton factory method 2016-08-08 22:17:17 +02:00
applicationcontext Deprecate singleton factory method 2016-08-08 22:17:17 +02:00
arraycompletion Deprecate singleton factory method 2016-08-08 22:17:17 +02:00
qualifiers Deprecate singleton factory method 2016-08-08 22:17:17 +02:00
quickstart Deprecate singleton factory method 2016-08-08 22:17:17 +02:00
registeronresolve Deprecate singleton factory method 2016-08-08 22:17:17 +02:00
README.md Escape chevrons 2015-02-21 17:55:14 +01:00

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.