public interface Module
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.
void configure(Binder binder)
Binder
.Copyright © 2013. All Rights Reserved.