Google Guice and plugins
While refactoring an application to use Google Guice for dependency injection, I ran across some challenges on how to modularize my application with plugins. It turns out that these is a relatively simple solution: Guiceās Multibinders. Lets look at the problem first. Guice favors constructor…
Continue reading...