Annotation Interface 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
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      The name of the key to be used for translations.