Returns the root dagger.Component- or dagger.producers.ProductionComponent-annotated type
()
| 45 | * dagger.producers.ProductionComponent}-annotated type |
| 46 | */ |
| 47 | public final TypeElement rootComponent() { |
| 48 | return components().get(0); |
| 49 | } |
| 50 | |
| 51 | /** Returns the component at the end of the path. */ |
| 52 | public final TypeElement currentComponent() { |
nothing calls this directly
no test coverage detected