package eo.ejb.rest;
import javax.ws.rs.Path;
@Path("/api/resource")
public class PathTest {
    public void restMethod() {}
}