sys-API
sys-API copied to clipboard
Integrate dependency injection
To cleanup the mess created over the years with constructor injection. Let's hand over the responsibility of object creation to a framework instead.
Guice seems to be the most popular choice in the dropwizard world?
https://github.com/xvik/dropwizard-guicey