play.api.rest.Bindable.scala Maven / Gradle / Ivy
package play.api.rest
/**
* @author Karel Cemus
*/
trait Bindable {
def bind(): Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package play.api.rest
/**
* @author Karel Cemus
*/
trait Bindable {
def bind(): Unit
}