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

Interface AppComponent

benchmark/bind_interface/dagger2.java:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24@Component(modules = AppModule.class)
25interface AppComponent {
26 I build();
27}
28
29public class dagger2 {
30 public static void main(String[] args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected