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

Class Impl

benchmark/bind_interface/dagger2.java:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected