package com.myapp; import javax.ws.rs.Path; /** * @author Bob McWhirter */ @Path("/") public class MyResource { }