Annotation du chemin JAX-RS

import javax.ws.rs.Path;
...
@Path("/clients")
public class ClientController
Cute Civet