Annotation Interface CustomerSite
@Target(FIELD)
@Retention(RUNTIME)
@Constraint(validatedBy=CustomerSiteValidator.class)
@Documented
public @interface CustomerSite
The new class is used for validation for customer's new attribute "site" when isolated site employees create
new customer, the real validation mainly done by CustomerSiteValidator
-
Optional Element Summary
Optional Elements