Package org.gwtproject.i18n.client
Annotation Type Messages.Optional
- Enclosing interface:
- Messages
@Retention(RUNTIME)
@Target(PARAMETER)
public static @interface Messages.Optional
Indicates the specified parameter is optional and need not appear in a particular translation
of this message.
Example:
String example(@Optional int count)