MutableVersionConstraint
@Incubating public interface VersionConstraint
Modifier and Type | Method | Description |
---|---|---|
String |
getPreferredVersion() |
The preferred version of a module.
|
List<String> |
getRejectedVersions() |
Returns the list of versions that this module rejects (which may be exact versions, or ranges, anything that fits into a version string).
|
@Nullable String getPreferredVersion()