Skip to content

Instantly share code, notes, and snippets.

@danveloper
Created February 12, 2013 04:44
Show Gist options
  • Save danveloper/4760298 to your computer and use it in GitHub Desktop.
Save danveloper/4760298 to your computer and use it in GitHub Desktop.
public interface ProductOrderRulesEngine {
boolean apply(ProductOrder order);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment