Package org.apache.bval.jsr
Annotation Type ConstraintCompositionTest.PersonId
-
@Size(min=3,max=3,message="Id is too short") @Size(min=5,max=5,message="Id is too long") @Constraint(validatedBy={}) @Documented @Target({METHOD,FIELD,TYPE}) @Retention(RUNTIME) public static @interface ConstraintCompositionTest.PersonId