关于spring-mvc的InitBinder注解的参数 通过Spring-mvc的@InitBinder注释的方法可以对WebDataBinder做一些初始化操作.比如设置Validator. 我一直在想能不能为每个Request或者每个Action方法单独设置Validator.也就是说Controller里有多个被@InitBinder标注的方法. 在不同的Action时被分别调用. 我注意到了@InitBinder的value参数, api docs里是这样描述的:The names o