Annotation Type PESEL
@Documented
@Constraint(validatedBy={})
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Repeatable(List.class)
@ReportAsSingleViolation
public @interface PESEL
Validates that a
CharSequence
is a PESEL (Polish national identification number).- Since:
- 5.4
- Author:
- Marko Bekhta
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
Defines several@PESEL
annotations on the same element. -
Optional Element Summary
Optional Elements