**Affects:** Spring Framework 4.1.5 https://github.com/spring-projects/spring-framework/blob/20d9a1e84430830edca6cc58680ba74e40a96ca2/spring-webmvc/src/main/java/org/springframework/web/servlet/mvc/method/annotation/AbstractMessageConverterMethodArgumentResolver.java#L240 AbstractMessageConverterMethodArgumentResolver#validateIfApplicable I'm trying to custom an annotation whose name is "Valid", but this method makes my custom annotation can not work as I expected.