Skip to content

Instantly share code, notes, and snippets.

@melkio
Created October 1, 2012 10:52
Show Gist options
  • Save melkio/3810927 to your computer and use it in GitHub Desktop.
Save melkio/3810927 to your computer and use it in GitHub Desktop.
Without factory
public class Order
{
public Order(Object[] params) {}
public Order(Order parentOrder) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment