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