Skip to content

Instantly share code, notes, and snippets.

@brianwawok
Last active August 29, 2015 14:22
Show Gist options
  • Save brianwawok/f6433b6d2247d0ae7070 to your computer and use it in GitHub Desktop.
Save brianwawok/f6433b6d2247d0ae7070 to your computer and use it in GitHub Desktop.
trait PeepsCanValidateMe {
def validateMe() : Seq[ValidationError]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment