Skip to content

Instantly share code, notes, and snippets.

@danveloper
Created February 12, 2013 04:26
Show Gist options
  • Save danveloper/4760240 to your computer and use it in GitHub Desktop.
Save danveloper/4760240 to your computer and use it in GitHub Desktop.
public class Account {
String email;
int orderCount;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment