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