GWT 2.7.0

com.google.gwt.i18n.client
Annotation Type LocalizableResource.Generate


@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface LocalizableResource.Generate

Requests that a translation source file be generated from the annotated interface. The file type is determined by the format argument, and the file name by the optional fileName argument. Some file formats support aggregating messages from multiple interfaces into one file, while others do not; also, additional parameters may be specified via format-specific annotations -- see the documentation of the MessageCatalogFormat implementation for details. Examples: