All Downloads are FREE. Search and download functionalities are using the official Maven repository.

no.mnemonic.commons.component.Versioned Maven / Gradle / Ivy

There is a newer version: 0.5.0
Show newest version
package no.mnemonic.commons.component;

/**
 * Interface for all classes implementing getPackageVersion()
 */
public interface Versioned {

  /**
   * @return Package version string, displaying the version for the package this class is a part of
   */
  String getPackageVersion();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy