
org.scalatra.commands.ModelCommand.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalatra-commands Show documentation
Show all versions of scalatra-commands Show documentation
Data binding and validation with scalaz for Scalatra
The newest version!
package org.scalatra
package commands
abstract class ModelCommand[T:Manifest] extends Command {
type ModelType = T
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy