Package org.apache.bval.jsr
Annotation Type ConstraintCompositionTest.ElevenDigitsCode
-
@Size(min=11, max=11) @Pattern(regexp="\\d*") @Constraint(validatedBy={}) @ReportAsSingleViolation @Documented @Target({METHOD,FIELD,TYPE}) @Retention(RUNTIME) public static @interface ConstraintCompositionTest.ElevenDigitsCode