Manpreet Singh

Results 2 comments of Manpreet Singh

My controllers are trying to extend SwaggerController without dependency injections. I am creating objects of controllers with swagger parameter. Like class mycontroller(s: Swagger) extends SwaggerController { override implicit protected val...

Can't we use this finantra-swagger without dependecy injection? I created an object of swagger module and used it in mycontroller. Can I use it like below code? If yes, why...