public interface HistoryVersion
- 
Method SummaryModifier 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- 
versionThe version.
- 
historyThe history creating thisHistoryVersion.
- 
migratedAtThe time when thisHistoryVersionwas migrated to in the context of thehistory().This is nullfor theHistory.root()version.
 
-