/**
* The point in time when the coordinates were measured.
*
* <p>
* The timestamp cannot be null and must be in the past (no kidding).
*
* @return the point in time when the coordinates were measured
*/
@Past(message = "{Model.Waypoint.Time.Past}")
@NotNull(message = "{Model.Waypoint.Time.NotNull}")
Instant getTime();
Waypoint.java 文件源码
java
阅读 23
收藏 0
点赞 0
评论 0
项目:pinetrail
作者:
评论列表
文章目录