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