I have created a modular system for my project which uses Guice for dependency injection. The modules are subclasses of the abstract Module class and are indexe
Module