public static interface DependencySubstitutions.Substitution
Modifier and Type | Method and Description |
---|---|
DependencySubstitutions.Substitution |
because(String reason)
Specify a reason for the substition.
|
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)