public static class DependencyGraph.Builder
extends java.lang.Object
| Constructor and Description |
|---|
DependencyGraph.Builder(GinjectorBindings origin)
Creates a Builder that constructs a new DependencyGraph for the given origin Ginjector.
|
| Modifier and Type | Method and Description |
|---|---|
DependencyGraph.Builder |
addEdge(Dependency dependency) |
DependencyGraph |
build() |
public DependencyGraph.Builder(GinjectorBindings origin)
origin - the origin Ginjectorpublic DependencyGraph.Builder addEdge(Dependency dependency)
public DependencyGraph build()