| A module contributes configuration information, typically interface
bindings, which will be used to create an
Injector . A Guice-based
application is ultimately composed of little more than a set of
Module s and some bootstrapping code.
Your Module classes can use a more streamlined syntax by extending
AbstractModule rather than implementing this interface directly.
|