Generated by
JDiff

Class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerMapping

Removed Methods
RequestMappingInfo createRequestMappingInfo(AnnotationAttributes, RequestCondition<?>) Create a RequestMappingInfo from the attributes of an {@code @RequestMapping} annotation or a meta-annotation, i.e.
 

Changed Methods
RequestMappingInfo createRequestMappingInfo(RequestMapping, RequestCondition<?>) Change from deprecated to undeprecated.
Create a RequestMappingInfo from the supplied @RequestMapping annotation, which is either a directly declared annotation, a meta-annotation, or the synthesized result of merging annotation attributes within an annotation hierarchy.