Package com.google.inject.grapher
Interface NodeCreator
-
public interface NodeCreatorCreator 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<Binding<?>> bindings)Returns nodes for the given dependency graph.
-