We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d072c31 commit 4410a63Copy full SHA for 4410a63
samples/java-jersey2/src/main/java/com/wordnik/swagger/sample/resource/PetResource.java
@@ -25,11 +25,7 @@
25
import javax.ws.rs.*;
26
27
@Path("/pet")
28
-@Api(tags = {
29
- @com.wordnik.swagger.annotations.Tag(value = "pet",
30
- description = "Everything about your Pets",
31
- externalDocs = @ExternalDocs(value="Find out more", url = "http://swagger.io"))
32
-})
+@Api(tags = {"pet"})
33
@Produces({"application/json", "application/xml"})
34
public class PetResource {
35
static PetData petData = new PetData();
0 commit comments