Sign in
gwt
/
gwt.git
/
928c017fbf2a724df4d7c07072c15bd6ba6a55e2
/
.
/
user
/
javadoc
/
com
/
google
/
gwt
/
examples
/
i18n
/
MyConstants.java
blob: 3efb27e3691c490a7a6e1b319f7e26c002e157d1 [
file
] [
log
] [
blame
]
package
com
.
google
.
gwt
.
examples
.
i18n
;
import
com
.
google
.
gwt
.
i18n
.
client
.
Constants
;
public
interface
MyConstants
extends
Constants
{
String
helloWorld
();
String
goodbyeWorld
();
}