Skip to content

Instantly share code, notes, and snippets.

@igm
Created September 23, 2011 09:16
Show Gist options
  • Save igm/1237004 to your computer and use it in GitHub Desktop.
Save igm/1237004 to your computer and use it in GitHub Desktop.
Spring mvc controller after refactoring
@RequestMapping(value = "/someurl", method = RequestMethod.GET)
public ModelAndView myNotSoVerboseMethod(MyRequestParams requestParams) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment