MCPcopy Create free account
hub / github.com/boost-ext/di / Impl

Class Impl

benchmark/bind_error/guice.java:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11};
12
13class Impl implements I {
14 @Inject Impl() { }
15 @Override public void dummy() { }
16}
17
18class Module extends AbstractModule {
19 @Override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected