public static interface DependencySubstitutions.Substitution
Modifier and Type | Method | Description |
---|---|---|
DependencySubstitutions.Substitution |
because(String reason) |
Specify a reason for the substitution.
|
void |
with(ComponentSelector notation) |
Specify the target of the substitution.
|
@Incubating DependencySubstitutions.Substitution because(String reason)
reason
- the reason for the selectionvoid with(ComponentSelector notation)