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
-
Method Details
-
getEdges
Returns edges for the given dependency graph.
-