Package com.google.gwt.i18n.client
Annotation Type LocalizableResource.Key
-
@Retention(RUNTIME) @Target(METHOD) public static @interface LocalizableResource.KeyThe key used for lookup of translated strings. If not present, the key will be generated based on the@GenerateKeysannotation, or the unqualified method name if it is not present.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-