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

Class AppModule

benchmark/bind_value/dagger2.java:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import dagger.*;
8
9@Module
10class AppModule {
11 @Provides int provideint() { return 42; }
12}
13
14@Component(modules = AppModule.class)
15interface AppComponent {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected