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

Class AppModule

benchmark/create_simple/dagger2.java:112–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110class Simple { @Inject Simple(X99 x99, X89 x89, X79 x79, X69 x69, X59 x59, X49 x49, X39 x39, X29 x29, X19 x19, X09 x09) { } }
111
112@Module
113class AppModule { }
114
115@Component(modules = AppModule.class)
116interface AppComponent {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected