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

Class AppModule

benchmark/bind_error/dagger2.java:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19@Module
20class AppModule {
21 //@Provides I provideI(Impl impl) { return impl; }
22}
23
24@Component(modules = AppModule.class)
25interface AppComponent {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected