Annotation Interface PriceRowsValid
@Target(FIELD)
@Retention(RUNTIME)
@Constraint(validatedBy=PriceRowsValidValidator.class)
@Documented
public @interface PriceRowsValid
The value of the annotated element (a product's priceRowsValid attribute) must be
Boolean.TRUE. Supported type is ProductModel and its sub types.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements