API Reference 0.3.24dart_web_toolkit_i18nGenerateKeys

GenerateKeys abstract class

Requests that the keys for messages be generated automatically. If the annotation is supplied with no value, the default 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 {@code KeyGenerator} or the fully-qualified class name of some implementation of {@code KeyGenerator}.

abstract class GenerateKeys {
 String get value => "com.google.gwt.i18n.server.keygen.MD5KeyGenerator";
}

Properties

final String value #

String get value => "com.google.gwt.i18n.server.keygen.MD5KeyGenerator";