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

Interface AppComponent

benchmark/create_simple/dagger2.java:115–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113class AppModule { }
114
115@Component(modules = AppModule.class)
116interface AppComponent {
117 Simple build();
118}
119
120public class dagger2 {
121 public static void main(String[] args) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected