Sample as SpringMVC `@PathVariable` modify `requestMapping#method parameter`. ```java public void handle(@PathVariable("arg")Object arg){ } ```