Skip to content

Instantly share code, notes, and snippets.

@wfaler
Created February 23, 2011 21:54
Show Gist options
  • Save wfaler/841272 to your computer and use it in GitHub Desktop.
Save wfaler/841272 to your computer and use it in GitHub Desktop.
ModelValidatorBuilder_sample.scala
// register a default validator for "Car" model objects
ModelValidatorBuilder.registerValidatorBuilder(classOf[Car], new CarValidatorBuilder)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment