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