@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface LocalizableResource.GenerateKeys
The value is either the name of an inner class of KeyGenerator
or the
fully-qualified class name of some implementation of KeyGenerator
.
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value |