blob: d0910f11d1f1c3d3d9eb7fd9f55738b6f89026e9 [file] [log] [blame]
package com.google.gwt.i18n.client.gen;
/**
* Interface to represent the constants contained in resource bundle:
* 'C:/src-gwt/gwt-user/src/test/resources/com/google/gwt/i18n/client/gen/SingleConstant.properties'.
*/
public interface SingleConstant extends com.google.gwt.i18n.client.Constants {
/**
* Translated "me".
*
* @return translated "me"
* @gwt.key justOne
*/
String justOne();
}