6 lines
247 B
Markdown
Raw Normal View History

# This is a sample on how we can merge the OpenApi code generation with the a custom annotation using ConstraintValidator
2021-12-08 23:39:48 +08:00
### Relevant Articles:
- [Custom Validation with Swagger Codegen](https://www.baeldung.com/java-swagger-custom-validation)