Annotation Interface Translated


@Target({FIELD,METHOD,TYPE}) @Retention(RUNTIME) public @interface Translated
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    specify locale that should be used
    when value is empty - LocaleContextHolder is been used otherwise value is been parsed by Locale.forLanguageTag()
  • Element Details

    • value

      String value
      specify locale that should be used
      when value is empty - LocaleContextHolder is been used otherwise value is been parsed by Locale.forLanguageTag()
      Default:
      ""