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

Method configure

core/test/com/google/inject/ModulesTest.java:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 Module skipSourcesModule =
50 new AbstractModule() {
51 @Override
52 protected void configure() {
53 install(combined1);
54 }
55 };
56 final Module combined2 = Modules.combine(skipSourcesModule); // returns skipSourcesModule
57 Injector injector = Guice.createInjector(combined2);

Callers

nothing calls this directly

Calls 5

installMethod · 0.65
toInstanceMethod · 0.65
bindMethod · 0.65
skipSourcesMethod · 0.65
binderMethod · 0.45

Tested by

no test coverage detected