public static abstract @interface

Messages.Optional

implements Annotation
com.google.gwt.i18n.client.Messages.Optional

Class Overview

Indicates the specified parameter is optional and need not appear in a particular translation of this message.

Example:

   String example(@Optional int count)
 

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation