Annotation Interface Email
@Documented
@Retention(RUNTIME)
@Target({METHOD,FIELD,ANNOTATION_TYPE,PARAMETER,TYPE_USE})
public @interface Email
The string has to be a well-formed email address. Exact semantics of what makes up a valid email
address are left to the provided Email Annotation ValidationAdapter providers.
Accepts CharSequence.
null elements are considered valid.
-
Optional Element Summary
Optional Elements