@Produces({"application/json","application/xml"})
@Path("/science/api/v1")
public interface CountryResource
| Modifier and Type | Method | Description |
|---|---|---|
CountryResponse |
findCountries() |
@Path("/countries")
@GET
CountryResponse findCountries()
Copyright © 2018. All rights reserved.