Interface Versioned


@Deprecated(forRemoval=true) public 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 Type
    Method
    Description
    default EntryVersion
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    default void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Sets the version on this entry.
  • Method Details

    • getVersion

      default EntryVersion 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

      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.
      Parameters:
      version - version to set