891011121314
@Controller public final class Benchmarks { @RequestMapping(value="/json", matcher=AntPathMatcher.class) public final HelloWorld json() { return new HelloWorld("Hello, World!"); }