Package dagger.model
Interface BindingGraph.Node
-
- All Known Subinterfaces:
Binding,BindingGraph.ComponentNode,BindingGraph.MaybeBinding
- All Known Implementing Classes:
BindingGraph.MissingBinding
- Enclosing class:
- BindingGraph
public static interface BindingGraph.NodeA node in the binding graph. Either aBindingor aBindingGraph.ComponentNode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentPathcomponentPath()The component this node belongs to.
-
-
-
Method Detail
-
componentPath
ComponentPath componentPath()
The component this node belongs to.
-
-