Package com.google.inject.grapher
Interface EdgeCreator
-
public interface EdgeCreator
Creator of graph edges to render. All edges will be rendered on the graph after node aliasing is performed.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<Edge>
getEdges(Iterable<Binding<?>> bindings)
Returns edges for the given dependency graph.
-