Skip to content

Instantly share code, notes, and snippets.

@nithril
Created March 31, 2014 19:32
Show Gist options
  • Save nithril/9900384 to your computer and use it in GitHub Desktop.
Save nithril/9900384 to your computer and use it in GitHub Desktop.
class Bean{
int a;
int b;
}
//Generates
enum BeanFields{
A("a"),
B("b")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment