Thanks for the great tutorial. However, I've had a hard time getting my simple app work with Swagger. I've attached the app with this email. It's a very simple Jetty+Jersey web app and I've followed your tutorial to make the changes. When I compiled it, I got this following error.
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] \orders\src\main\java\com\joejag\code\orders\restservices\OrdersService.java:[16,0] error: package com.wordnik.swagger.annotations
[ERROR] \orders\src\main\java\com\joejag\code\orders\restservices\OrdersService.java:[25,1] error: cannot find symbol
[ERROR] \orders\src\main\java\com\joejag\code\orders\restservices\OrdersService.java:[45,23] error: cannot find symbol
[ERROR] \orders\src\main\java\com\joejag\code\orders\restservices\OrdersService.java:[42,4] error: cannot find symbol
[ERROR] \orders\src\main\java\com\joejag\code\orders\restservices\OrdersService.java:[43,5] error: cannot find symbol
How can I add the annotations package to my project through Maven? I tried, but I couldn't make it work. I'd really appreciate it if you can help me on this.