-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER}) @ConstraintRule(supportedTypes=java.lang.String.class, validatorClass=EmailConstraintValidator.class) @SelfDocumented @ReadMore(caption="What is email format?", link="https://tools.ietf.org/html/rfc5322#section-3.4.1") public @interface Email
The annotated element must be a well-formed email address.- Author:
- nedis
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanoffAllows to disable validation rule if validation inherited from super class.
-