Package org.gwtproject.i18n.client
Annotation Type Messages.Example
- Enclosing interface:
- Messages
@Retention(RUNTIME)
@Target(PARAMETER)
public static @interface Messages.Example
An example of the annotated parameter to assist translators.
Example:
String example(@Example("/etc/passwd") String fileName)
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-
Element Details
-
value
java.lang.String value
-