poodinis/example
Mike Bierlee adbd913b24 Get rid of public access specifiers
They are default in D
2023-05-18 00:03:02 +03:00
..
annotations Get rid of public access specifiers 2023-05-18 00:03:02 +03:00
applicationcontext Get rid of public access specifiers 2023-05-18 00:03:02 +03:00
arraycompletion Get rid of public access specifiers 2023-05-18 00:03:02 +03:00
constructorinjection Get rid of public access specifiers 2023-05-18 00:03:02 +03:00
injectioninitializer Reformat code to use otbs brace style 2023-03-07 01:24:28 +03:00
postconpredest Get rid of public access specifiers 2023-05-18 00:03:02 +03:00
qualifiers Get rid of public access specifiers 2023-05-18 00:03:02 +03:00
quickstart Prefer the use of @Inject in examples, docs and tests 2023-03-07 03:31:23 +03:00
registeronresolve Prefer the use of @Inject in examples, docs and tests 2023-03-07 03:31:23 +03:00
valueinjection Get rid of public access specifiers 2023-05-18 00:03:02 +03:00
README.md Autoformat a few files 2023-03-07 02:43:03 +03:00

To run any of these examples, specify the relevant DUB configuration:

dub run --build=release --config=<name>Example

Where <name> corresponds to the name of the folder where the code example is in (camel-cased).

e.g:

dub run --build=release --config=constructorInjectionExample