Interface Versioned<T>


public interface Versioned<T>
Interface for objects with a version. the version is a T.

There is no requirement that a distinct result be returned each time the supplier is invoked, unless implementing classes enforce it.

This is a functional interface whose functional method is getVersion().

Since:
0.5
Version:
0.4 $Date: 2017/06/03 $
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getVersion

      T getVersion()
      Returns:
      a version