Interface Version

All Superinterfaces:
Comparable<Version>

@Experimental public interface Version extends Comparable<Version>
A version usually parsed using the VersionParser service.
Since:
4.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a string representation of this version.

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • asString

      @Nonnull String asString()
      Returns a string representation of this version.
      Returns:
      the string representation of this version