Skip to content

Instantly share code, notes, and snippets.

@pedroveras
Created May 23, 2020 03:01
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 pedroveras/4ceea8af388ad6ec1098c1f36fa2d082 to your computer and use it in GitHub Desktop.
Save pedroveras/4ceea8af388ad6ec1098c1f36fa2d082 to your computer and use it in GitHub Desktop.
public interface Rule {
void validate(Client client);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment