Annotation Interface ReadProperties


@Documented @Target(TYPE) @Retention(SOURCE) public @interface ReadProperties
Annotates to read properties into a map.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    name of the property file.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    locale to use for reading property.
  • Element Details

    • propertyName

      String propertyName
      name of the property file.
      Returns:
      name of the property
    • locale

      String locale
      locale to use for reading property.
      Returns:
      default no locale
      Default:
      ""