Annotation Type INN
@Documented
@Constraint(validatedBy={})
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
@Repeatable(List.class)
@ReportAsSingleViolation
public @interface INN
Checks that the annotated character sequence is a valid russian taxpayer
identification number (INN in russian transliteration).
- Author:
- Artem Boiarshinov
- See Also:
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements