Package com.google.inject.grapher
Interface NodeCreator
-
public interface NodeCreator
Creator of graph nodes.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<Node>
getNodes(Iterable<Binding<?>> bindings)
Returns nodes for the given dependency graph.
-