Class MethodNameKeyGenerator

java.lang.Object
com.google.gwt.i18n.rebind.keygen.MethodNameKeyGenerator
All Implemented Interfaces:
KeyGenerator

@Deprecated public class MethodNameKeyGenerator extends Object implements KeyGenerator
Deprecated.
Use MethodNameKeyGenerator instead.
Key generator using just the method name as the lookup key. Note: this is prone to collisions if multiple Messages classes are aggregated for translation, and is therefore only recommended for simple 1:1 uses.