Package io.jmix.core.entity.annotation
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 ElementsModifier and TypeOptional ElementDescriptionDeprecated, 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 currencyDeprecated, 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 labelPositionDeprecated, for removal: This API element is subject to removal in a future version.Default currency label position.- Default:
- RIGHT
-