All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jakehschwartz.finatra.swagger.SwaggerModule.scala Maven / Gradle / Ivy

There is a newer version: 24.2.0
Show newest version
package com.jakehschwartz.finatra.swagger

import com.twitter.inject.TwitterModule

/**
  * Created by Jake on 4/26/17.
  */
abstract class SwaggerModule extends TwitterModule {
  flag(name = "swagger.docs.endpoint", default = "/docs", help = "The key to use")
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy