Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @RequestMapping(value = "/somePath", method = RequestMethod.GET)
  2. public @ResponseBody String someMethod(
  3. HttpServletRequest request,
  4. HttpServletResponse response) {
  5.  
  6. // the implementation
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement