Interface TimeAxisPoint


public interface TimeAxisPoint
Defines a point in time.
Since:
3.9.0
  • Method Summary

    Modifier and Type
    Method
    Description
    It always returns 'some-date-only 23:59:59:999'
    The date of the revision may not be the same as the date of this time point if there is no revision in the repository for this date.
  • Method Details

    • date

      @NotNull Date date()
      It always returns 'some-date-only 23:59:59:999'
    • revision

      @NotNull String revision()
      The date of the revision may not be the same as the date of this time point if there is no revision in the repository for this date.