This commit revises the RequestMappingHandlerMapping implementations in Spring MVC and Spring WebFlux to ensure that a @Controller class which implements an interface annotated with @HttpExchange annotations can inherit the @HttpExchange declarations from the interface or optionally override them locally with @HttpExchange or @RequestMapping annotations. Closes gh-32065