JAX-RS Post Annotation
import javax.ws.rs.POST;
...
@POST
public Response createClient(Client client)
Cute Civet
import javax.ws.rs.POST;
...
@POST
public Response createClient(Client client)