Add bindings to the graph builder. Bindings added to this builder are processed in the reverse order as {@link DependencySolverBuilder} - add the most important bindingslast.
@param bld A builder of the bindings to add.
@return The graph builder.
add the method parameter bindings to the front of the list n.b. the caller must ensure that the bindings are only for the rule's positional parameters and have names constructed from successive non-negative integers
@param bindings
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.