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

Method configure

core/test/com/google/inject/BindingOrderTest.java:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 Guice.createInjector(
29 new AbstractModule() {
30 @Override
31 protected void configure() {
32 bind(BoundFirst.class);
33 bind(BoundSecond.class).to(BoundSecondImpl.class);
34 }
35 });
36 }
37

Callers

nothing calls this directly

Calls 5

bindMethod · 0.65
toMethod · 0.65
asEagerSingletonMethod · 0.65
requestInjectionMethod · 0.65
toInstanceMethod · 0.65

Tested by

no test coverage detected