@Stability(value=Stable) public static final class Dependency.Builder extends Object
Dependency| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Dependency |
build()
Builds the configured instance.
|
Dependency.Builder |
source(IConstruct source)
Sets the value of Source
|
Dependency.Builder |
target(IConstruct target)
Sets the value of Target
|
@Stability(value=Stable) public Dependency.Builder source(IConstruct source)
source - Source the dependency. This parameter is required.this@Stability(value=Stable) public Dependency.Builder target(IConstruct target)
target - Target of the dependency. This parameter is required.this@Stability(value=Stable) public Dependency build()
DependencyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.