在以下 JAX-RS 端点中:
public Response myEndpoint(@Context HttpServletRequest httpRequest,
@Valid
@NotNull
@MyBodyPojoIsValid
MyBodyPojo body) {
}
是否可以指定 @NotNull 将在我的自定义验证器之前运行?