Package com.google.gwt.i18n.client
Annotation Type Constants.DefaultStringValue
- 
 @Retention(RUNTIME) @Target(METHOD) @Documented public static @interface Constants.DefaultStringValueDefault string value to be used if no translation is found (and also used as the source for translation). No quoting (other than normal Java string quoting) is done.
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description java.lang.Stringvalue
 
-