skinny.engine.context.MountConfig.scala Maven / Gradle / Ivy
package skinny.engine.context
import javax.servlet.ServletContext
/**
* Servlet mount config.
*/
trait MountConfig {
def apply(ctx: ServletContext)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy