@Incubating public interface VersionConstraint
Modifier and Type | Method and 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).
|
String getPreferredVersion()