Returns the component types, starting from the plain #rootComponent() root component and ending with the plain #currentComponent() current component.
()
| 39 | * component} and ending with the {@linkplain #currentComponent() current component}. |
| 40 | */ |
| 41 | public abstract ImmutableList<TypeElement> components(); |
| 42 | |
| 43 | /** |
| 44 | * Returns the root {@link dagger.Component}- or {@link |
no outgoing calls
no test coverage detected