Package benchmark.entities

Examples of benchmark.entities.HelloWorld


@Controller
public final class Benchmarks {

    @RequestMapping(value="/json", matcher=AntPathMatcher.class)
    public final HelloWorld json() {
        return new HelloWorld("Hello, World!");
    }
View Full Code Here

TOP

Related Classes of benchmark.entities.HelloWorld

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.