);
}
public static <A extends Annotation> ConfiguredConstraint<A, MethodConstraintLocation> forParameter(ConstraintDef<?, A> constraint, Method method, int parameterIndex) {
return new ConfiguredConstraint<A, MethodConstraintLocation>(
constraint, new MethodConstraintLocation( method, parameterIndex )
);
}