Package ejava.jpa.example.validation
Annotation Type ValidName
-
@NotNull @Size @Pattern(regexp="") @ReportAsSingleViolation @Documented @Constraint(validatedBy={}) @Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(RUNTIME) public @interface ValidName
Defines a validation composition