Closed Krillsson closed 3 months ago
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
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?