Annotation Interface Email


@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface Email
Indicates that a field or parameter must contain a valid email address.

This annotation enforces email format validation (e.g., user@domain.com) on the annotated field or parameter. The framework will check for compliance with standard email conventions.

Since:
1.0.0
Version:
1.0.0
Author:
Sandratra NIAINA