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

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