@Documented @Constraint(validatedBy={ConstraintWithTwoValidatorsForTheSameType.Validator.class,ConstraintWithTwoValidatorsForTheSameType.AnotherValidator.class}) @Target(value={METHOD,CONSTRUCTOR,TYPE,FIELD}) @Retention(value=RUNTIME) public @interface ConstraintWithTwoValidatorsForTheSameType
Copyright © 2008–2014. All rights reserved.