How to add/override validation in child class in openapi codegen yaml
I have server and client code generated based on a YAML file, which is packaged into a JAR and used across multiple microservices, so I can’t apply the @NotNull annotation at the code level.