Interface NodeCreator


  • public interface NodeCreator
    Creator of graph nodes.
    Since:
    4.0
    Author:
    bojand@google.com (Bojan Djordjevic)
    • Method Detail

      • getNodes

        Iterable<Node> getNodes​(Iterable<com.google.inject.Binding<?>> bindings)
        Returns nodes for the given dependency graph.