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

Method configure

core/test/com/google/inject/IntegrationTest.java:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 Module module =
41 new AbstractModule() {
42 @Override
43 protected void configure() {
44 bind(Foo.class);
45 bindInterceptor(any(), any(), counter);
46 }
47 };
48 if (InternalFlags.isBytecodeGenEnabled()) {
49 Injector injector = Guice.createInjector(module);

Callers

nothing calls this directly

Calls 3

anyMethod · 0.80
bindMethod · 0.65
bindInterceptorMethod · 0.65

Tested by

no test coverage detected