Package nl.vpro.util

Interface VersionSpecific<T extends Comparable<T>>

All Known Subinterfaces:
IntegerVersionSpecific

public interface VersionSpecific<T extends Comparable<T>>
Classes which can behave differently according the specified version of the application can implement this.
Since:
2.3
Author:
Michiel Meeuwissen
  • Method Summary

    Modifier and Type
    Method
    Description
    For which version this object is supposed to be filled.
  • Method Details

    • getVersion

      Version<T> getVersion()
      For which version this object is supposed to be filled.