eu.xenit.apix.version.IVersionService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apix-interface Show documentation
Show all versions of apix-interface Show documentation
Xenit API-X Java interface
package eu.xenit.apix.version;
/**
* Versioning information regarding Alfred API itself
*/
public interface IVersionService {
/**
* @return The current version of Alfred API.
*/
VersionDescription getVersionDescription();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy