@Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(value=RUNTIME)
@Documented
@Constraint(validatedBy=EmailHandler.class)
public @interface Email
The annotated element must be a valid email Accepts any type.
Copyright © 2014–2017 ActFramework. All rights reserved.