1 package eu.fbk.knowledgestore.server.http.jaxrs; 2 3 // @Path("/match") 4 public class Match { 5 6 // @GET 7 public String get() { 8 // TODO 9 return this.getClass().getName(); 10 } 11 12 }