Interface VersionRange.Boundary
- Enclosing interface:
VersionRange
public static interface VersionRange.Boundary
Represents range boundary.
- Since:
- 4.0.0
-
Method Summary
Modifier and TypeMethodDescriptionThe bounding version.boolean
Returnstrue
if version is included of the range.
-
Method Details
-
getVersion
Version getVersion()The bounding version. -
isInclusive
boolean isInclusive()Returnstrue
if version is included of the range.
-