if I have a a request mapping similar to the following:
@RequestMapping(value = \"/test\", method = RequestMethod.POST) @ResponseBody public void test(@Reque
You can also do something like this -
@RequestParam(value= "i", defaultValue = "20") Optional i