Annotation 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
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value- Returns:
- The name of the key to be used for translations.
-