did anyone tried using swagger with play 2. i have play 2 java project and i am trying to integrate swagger with it without any luck. i installed the package using this dependency:
"com.wordnik" %% "swagger-play2" % "1.3.7"
but i keep getting this error from the routes file:
object ApiHelpController is not a member of package controllers
In C:\play project\check8s-api\conf\routes at line 21.
line 21: GET /api-docs.json controllers.ApiHelpController.getResources
any idea how to solve that?