@Target(value={METHOD,CONSTRUCTOR,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Constraint(validatedBy=MyCrossParameterConstraintValidator.class) @Documented public @interface MyCrossParameterConstraint
Copyright © 2008–2019 Eclipse Foundation. All rights reserved.