Interface Versioned
Deprecated, for removal: This API element is subject to removal in a future version.
since 11.0 (no longer used).
An interface that marks the ability to handle versions
- Since:
- 5.1
- Author:
- Manik Surtani
-
Method Summary
Modifier and TypeMethodDescriptiondefault EntryVersion
Deprecated, for removal: This API element is subject to removal in a future version.default void
setVersion
(EntryVersion version) Deprecated, for removal: This API element is subject to removal in a future version.Sets the version on this entry.
-
Method Details
-
getVersion
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the version of the entry. May be null if versioning is not supported, and must never be null if versioning is supported.
-
setVersion
Deprecated, for removal: This API element is subject to removal in a future version.Sets the version on this entry.- Parameters:
version
- version to set
-