Package ejava.jpa.example.validation
Annotation Type MinAge
-
@Documented @Constraint(validatedBy=MinAgeValidator.class) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) public @interface MinAge
Defines a constraint annotation for expressing a minimum age.