Guice module for binding interfaces to implementation classes.
Used to configure everything to be created/run through Guice's
createInjector.
| Type | Name and description |
|---|---|
protected void |
configure()Configures this module for Guice. |
| Methods inherited from class | Name |
|---|---|
class com.google.inject.AbstractModule |
com.google.inject.AbstractModule#configure(com.google.inject.Binder), com.google.inject.AbstractModule#wait(long, int), com.google.inject.AbstractModule#wait(long), com.google.inject.AbstractModule#wait(), com.google.inject.AbstractModule#equals(java.lang.Object), com.google.inject.AbstractModule#toString(), com.google.inject.AbstractModule#hashCode(), com.google.inject.AbstractModule#getClass(), com.google.inject.AbstractModule#notify(), com.google.inject.AbstractModule#notifyAll() |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |