Package dagger.model

Interface BindingGraph.ChildFactoryMethodEdge

All Superinterfaces:
BindingGraph.Edge
Enclosing class:
BindingGraph

public static interface BindingGraph.ChildFactoryMethodEdge extends BindingGraph.Edge
An edge that represents a subcomponent factory method linking a parent component to a child subcomponent.
  • Method Summary

    Modifier and Type
    Method
    Description
    The subcomponent factory method element.
  • Method Details

    • factoryMethod

      ExecutableElement factoryMethod()
      The subcomponent factory method element.