Interface VersionProvider

All Known Implementing Classes:
VersionType

public interface VersionProvider
VersionProvider is an interface that provides a method to get the version of a class implementing it. Classes implementing this interface must define the getVersion() method to return their version as a String
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the version of the class implementing this interface.
  • Method Details

    • getVersion

      String getVersion()
      Gets the version of the class implementing this interface.
      Returns:
      the version as a String