Interface Versioned
-
@Deprecated public interface Versioned
Deprecated.since 11.0 (no longer used).An interface that marks the ability to handle versions- Since:
- 5.1
- Author:
- Manik Surtani
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default EntryVersion
getVersion()
Deprecated.default void
setVersion(EntryVersion version)
Deprecated.Sets the version on this entry.
-
-
-
Method Detail
-
getVersion
default EntryVersion getVersion()
Deprecated.- Returns:
- the version of the entry. May be null if versioning is not supported, and must never be null if versioning is supported.
-
setVersion
default void setVersion(EntryVersion version)
Deprecated.Sets the version on this entry.- Parameters:
version
- version to set
-
-