forked from loafle/openapi-generator-original
* add valid for pojos #4738 * add Valid to imports for pojos #4738 * Do not generate Valid-annotation for Date-types and UUID * * add Valid-annotation to Containers. #4738 Collection-valued, array-valued and generally Iterable fields and properties may also be decorated with the @Valid annotation. This causes the contents of the iterator to be validated. Quoted from: http://beanvalidation.org/1.1/spec/ * add equivalent windows-bat-script for jaxrs-cxf-petstore-server.sh * differences on jaxrs-cxf-generated-classes introduced by other changes (not related to this PR)