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