Package dagger.spi.model
Interface BindingGraph.ChildFactoryMethodEdge
- All Superinterfaces:
BindingGraph.Edge
- Enclosing class:
BindingGraph
An edge that represents a subcomponent factory method linking a parent component to a child
subcomponent.
-
Method Summary
Modifier and TypeMethodDescriptionThe subcomponent factory method element.
-
Method Details
-
factoryMethod
DaggerExecutableElement factoryMethod()The subcomponent factory method element.
-