The following annotations are included in the Spring Framework:
@GetMapping, @PostMapping, @PutMapping, @DeleteMapping and @PatchMapping for standard Spring MVC controller methods. However @HeadMapping is not. What's the point about this?