public static abstract @interface

Messages.DefaultMessage

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

Class Overview

Default text to be used if no translation is found (and also used as the source for translation). Format should be that expected by java.text.MessageFormat.

Example:

   @DefaultMessage("Don''t panic - you have {0} widgets left")
   String example(int count)
 

Summary

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