Skip to content

Instantly share code, notes, and snippets.

@danared
Created March 19, 2015 14:55
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 danared/4836ffe1bc7985bf1753 to your computer and use it in GitHub Desktop.
Save danared/4836ffe1bc7985bf1753 to your computer and use it in GitHub Desktop.
class Product {
String productName;
List<Features> ff;
Date introDate;
List<Date> versDates;
int[] unitBundles;
//…
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment