@Path(value="greetings") public class GetGreetingResource extends Object
@GET
@Path(value="{id}")
@Produces(value="application/json")
public javax.ws.rs.core.Response getGreeting(@NotNull @PathParam(value="id")
UUID id)
Copyright © 2016–2017 Sharmarke Aden. All rights reserved.