Annotation Interface CurrencyValue


@Deprecated(since="2.8", forRemoval=true) @Target(FIELD) @Retention(RUNTIME) public @interface CurrencyValue
Deprecated, for removal: This API element is subject to removal in a future version.
Indicates that a field which is marked by this annotation contains currency value
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Currency name: USD, GBP, EUR, $ or another currency sign.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Default currency label position.
  • Element Details

    • currency

      String currency
      Deprecated, for removal: This API element is subject to removal in a future version.
      Currency name: USD, GBP, EUR, $ or another currency sign.
      Default:
      ""
    • labelPosition

      CurrencyLabelPosition labelPosition
      Deprecated, for removal: This API element is subject to removal in a future version.
      Default currency label position.
      Default:
      RIGHT