MCPcopy Index your code
hub / github.com/google/guice / install

Method install

core/src/com/google/inject/PrivateModule.java:173–175  ·  view source on GitHub ↗

@see Binder#install(Module)

(Module module)

Source from the content-addressed store, hash-verified

171
172 /** @see Binder#install(Module) */
173 protected final void install(Module module) {
174 binder().install(module);
175 }
176
177 /** @see Binder#addError(String, Object[]) */
178 protected final 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