MCPcopy Create free account
hub / github.com/google/guice / install

Method install

core/src/com/google/inject/AbstractModule.java:105–107  ·  view source on GitHub ↗

@see Binder#install(Module)

(Module module)

Source from the content-addressed store, hash-verified

103
104 /** @see Binder#install(Module) */
105 protected void install(Module module) {
106 binder().install(module);
107 }
108
109 /** @see Binder#addError(String, Object[]) */
110 protected void addError(String message, Object... arguments) {

Callers

nothing calls this directly

Calls 2

binderMethod · 0.95
installMethod · 0.65

Tested by

no test coverage detected