Skip to content

Instantly share code, notes, and snippets.

@martyychang
Created April 22, 2016 00:57
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 martyychang/19dde7b1cd35a364b72bcef5e132dde1 to your computer and use it in GitHub Desktop.
Save martyychang/19dde7b1cd35a364b72bcef5e132dde1 to your computer and use it in GitHub Desktop.
public class SimpleDomain {
ObjectId _id;
String code;
int numberOfUses;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment