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

Method configure

core/src/com/google/inject/util/Modules.java:404–409  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

402 }
403 return new AbstractModule() {
404 @Override
405 protected void configure() {
406 for (ModuleAnnotatedMethodScannerBinding scanner : scanners) {
407 scanner.applyTo(binder());
408 }
409 }
410 };
411 }
412

Callers

nothing calls this directly

Calls 2

applyToMethod · 0.65
binderMethod · 0.45

Tested by

no test coverage detected