public static class DependencyGraph.Builder extends Object
| Constructor and Description |
|---|
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 Builder(GinjectorBindings origin)
origin - the origin Ginjectorpublic DependencyGraph.Builder addEdge(Dependency dependency)
public DependencyGraph build()
Copyright © 2008–2018. All rights reserved.