Annotation Interface ClassificationNotBlank
@Target(FIELD)
@Retention(RUNTIME)
@Constraint(validatedBy=ClassificationNotBlankValidator.class)
@Documented
public @interface ClassificationNotBlank
The annotated element (a product's classification attribute that is assigned to the product's category) must not be
empty or
null. Supported type is ProductModel and its sub types.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-