no.mnemonic.commons.component.Versioned Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of component Show documentation
Show all versions of component Show documentation
Interfaces defining stand-alone components and their aspects
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