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

bt.service.ApplicationService Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
package bt.service;

/**
 * @since 1.0
 */
public interface ApplicationService {

    /**
     * @return Application version info
     * @since 1.0
     */
    Version getVersion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy