![JAR search and dependency download from the Maven repository](/logo.png)
com.sencha.gxt.core.client.Version Maven / Gradle / Ivy
package com.sencha.gxt.core.client;
import com.google.gwt.i18n.client.Constants;
/**
* Contains the current codes release information. Use {@link GXT#getVersion()} to get
* an instance of this class.
*/
public interface Version extends Constants {
/**
* Returns the release name.
*
* @return the release name
*/
String getRelease();
/**
* Returns the build time.
*
* @return the build time
*/
String getBuildTime();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy