Skip to content

Instantly share code, notes, and snippets.

@alex-quiterio
Created March 23, 2013 18:46
Show Gist options
  • Save alex-quiterio/5228945 to your computer and use it in GitHub Desktop.
Save alex-quiterio/5228945 to your computer and use it in GitHub Desktop.
public class Test {
@Assertion("foo>0")
int foo=1;
@Assertion("bar%2==0")
long bar;
@Assertion("baz>foo")
int baz;
@Assertion("quux.length()>1")
String quux;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment