Key abstract class
The key used for lookup of translated strings. If not present, the key will be generated based on the {@code @GenerateKeys} annotation, or the unqualified method name if it is not present.
abstract class Key { String get value; }
Properties
final String value #
String get value;