Package dagger.model
Interface BindingGraph.SubcomponentCreatorBindingEdge
-
- All Superinterfaces:
BindingGraph.Edge
- Enclosing class:
- BindingGraph
public static interface BindingGraph.SubcomponentCreatorBindingEdge extends BindingGraph.Edge
An edge that represents the link between a parent component and a child subcomponent implied by a subcomponent creator (builder or factory) binding.The source node of this edge is a
Bindingfor the subcomponent creatorKeyand the target node is aBindingGraph.ComponentNodefor the child subcomponent.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.ImmutableSet<javax.lang.model.element.TypeElement>declaringModules()The modules that declare the subcomponent that generated this edge.
-