Annotation Interface CurrencyValue


@Target(FIELD) @Retention(RUNTIME) public @interface CurrencyValue
Indicates that a field which is marked by this annotation contains currency value
  • Element Details

    • currency

      String currency
      Currency name: USD, GBP, EUR, $ or another currency sign.
      Default:
      ""
    • labelPosition

      CurrencyLabelPosition labelPosition
      Default currency label position.
      Default:
      RIGHT