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