Interface Versioned<T>

  • Type Parameters:
    T - the version value type.

    The following types and their sub types are supported:

    All Known Implementing Classes:
    Book

    public interface Versioned<T>
    • Method Detail

      • getVersion

        T getVersion()
        Returns the version.
        Returns:
        the version.