@GetMapping("/methodlevel") @ResponseStatus(code = HttpStatus.NOT_FOUND, reason = "Resource was not found on the server") public String notFound() { return ""; }