Package com.skava.validator.field
Annotation Interface ZipCode
@Documented
@Constraint(validatedBy=ZipCodeValidator.class)
@Target({METHOD,FIELD})
@Retention(RUNTIME)
public @interface ZipCode
An interface to define the service for validating the zipcode.
- Author:
- Infosys Equinox
-
Optional Element Summary
Optional Elements
-
Element Details