In case a controller does not have a common parent path defined on the class level using a @RequestMapping annotation, but all the embodied request mappings inside the class share the same prefix, we should offer a validation and a code action for this to extract the common parent path into a @RequestMapping annotation at the class level.
In case a controller does not have a common parent path defined on the class level using a
@RequestMappingannotation, but all the embodied request mappings inside the class share the same prefix, we should offer a validation and a code action for this to extract the common parent path into a@RequestMappingannotation at the class level.