Interface VersionRange.Boundary

Enclosing interface:
VersionRange

public static interface VersionRange.Boundary
Represents range boundary.
  • Method Summary

    Modifier and Type
    Method
    Description
    The bounding version.
    boolean
    Returns true if version is included of the range.
  • Method Details

    • getVersion

      Version getVersion()
      The bounding version.
    • isInclusive

      boolean isInclusive()
      Returns true if version is included of the range.