| 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(); | |
| } |