8384858687888990
public static class AnimalResource { @GET @Produces("application/json") public Animal getDog() throws IOException { Animal animal = new Dog(); return animal; }
8182838485868788