MCPcopy Index your code
hub / github.com/google/dagger / components

Method components

java/dagger/model/ComponentPath.java:41–41  ·  view source on GitHub ↗

Returns the component types, starting from the plain #rootComponent() root component and ending with the plain #currentComponent() current component.

()

Source from the content-addressed store, hash-verified

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

Callers 5

rootComponentMethod · 0.95
currentComponentMethod · 0.95
parentComponentMethod · 0.95
atRootMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected