Skip to content

Instantly share code, notes, and snippets.

@naturalwarren
Created May 26, 2017 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naturalwarren/d1a935147ac22ae4330f6e9616d71760 to your computer and use it in GitHub Desktop.
Save naturalwarren/d1a935147ac22ae4330f6e9616d71760 to your computer and use it in GitHub Desktop.
Example usage of RAVE.
public class UsingRave {
public static void main(String[] args) {
MyModel myModel = new MyModel(“Validate me please!”);
Rave.validate(myModel);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment