spring mvc のリクエストパラメータのよう@Past
なBean Validation アノテーションを使用することは可能ですか?@Length
私は次のようなことをしたいと思います:
@RequestMapping(method = RequestMethod.POST)
public RedirectView initiateSignup(@RequestParam @Valid @Past Date birthdate, BindingResult birthdateResult,
HttpServletResponse httpServletResponse) throws HttpMediaTypeNotAcceptableException {