Spring Reconsider RequestMappingHandlerMapping automatically picking up types annotated with @RequestMapping on the type level
RequestMappingHandlerMapping.isHandler(…) not only picks up types annotated with @Controller but also ones that are anno...