public interface HistoryVersion
-
Method Summary
Modifier and TypeMethodDescription@NotNull Historyhistory()The history creating thisHistoryVersion.@Nullable InstantThe time when thisHistoryVersionwas migrated to in the context of thehistory().@NotNull Versionversion()The version.
-
Method Details
-
version
The version. -
history
The history creating thisHistoryVersion. -
migratedAt
The time when thisHistoryVersionwas migrated to in the context of thehistory().This is
nullfor theHistory.root()version.
-