Skip to content

Instantly share code, notes, and snippets.

@tadas-subonis
Created December 26, 2012 19:58
Show Gist options
  • Save tadas-subonis/4382666 to your computer and use it in GitHub Desktop.
Save tadas-subonis/4382666 to your computer and use it in GitHub Desktop.
class Customer {
String name;
}
class Order {
String orderId;
Customer customer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment