| 113 | class AppModule { } |
| 114 | |
| 115 | @Component(modules = AppModule.class) |
| 116 | interface AppComponent { |
| 117 | Simple build(); |
| 118 | } |
| 119 | |
| 120 | public class dagger2 { |
| 121 | public static void main(String[] args) { |
nothing calls this directly
no outgoing calls
no test coverage detected