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

com.sencha.gxt.core.client.Version Maven / Gradle / Ivy

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