public static abstract @interface

LocalizableResource.GenerateKeys

implements Annotation
com.google.gwt.i18n.client.LocalizableResource.GenerateKeys

Class Overview

Requests that the keys for messages be generated automatically. The default value is to use an MD5 hash of the text and meaning. If this annotation is not supplied, the keys will be the unqualified method names. The value is either the name of an inner class of KeyGenerator or the fully-qualified class name of some implementation of KeyGenerator.

Summary

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