Adds new 'Replace Request Mapping Annotation' refactoring rule to the Eclipse and Maven Plugins.
June 29, 2022
New Version
Features
jSparrow Eclipse Plugin and Maven Plugin
New Rule
Replace Request Mapping Annotation - Spring Framework 4.3 introduced composed annotations including '@GetMapping', '@PostMapping', etc. as an alternative of the @RequestMapping(method=...) for annotating HTTP request handlers. Accordingly, this rule replaces the @RequestMapping annotations with their equivalent dedicated alternatives.