Skip to content

Instantly share code, notes, and snippets.

@techisbeautiful
Created June 3, 2023 08:38
Show Gist options
  • Save techisbeautiful/e8a240d19439f115e7ebf5c924ed5d18 to your computer and use it in GitHub Desktop.
Save techisbeautiful/e8a240d19439f115e7ebf5c924ed5d18 to your computer and use it in GitHub Desktop.
Extensibility and Customization
public class CustomValidator implements Validator {
public void validate(Object object) throws ValidationException {
// Custom validation logic
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment