Annotation Type 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 beBoolean.TRUE. Supported type isProductModeland its sub types.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringpriceRowType
-