Interface Versioned

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Versioned
This interface marks something as "versioned" which means that it has a Version that may change over time. Either at runtime or inbetween runs.
Author:
TheBusyBiscuit
  • Method Summary

    Modifier and Type
    Method
    Description
    This returns the current Version of this object.