Annotation Type Localised
-
@Retention(RUNTIME) @Target(METHOD) public @interface Localised
Identifies a localisable (translatable) return value.When using this annotation at a method, you should consider letting the corresponding class implement
LocalisedString
.- Author:
- Kevin Goeser
-
-
Element Detail
-
value
String value
- Returns:
- The name of the key to be used for translations.
-
-