@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface Money
The data type is BigDecimal with 15 for size and 2 for scale. Applies to properties.
Example:
@Money private BigDecimal amount;It's synonymous of @Stereotype("MONEY").