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

eu.xenit.apix.version.IVersionService Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
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