Chrimle / openapi-to-java-records-mustache-templates

Generate Java Records from OpenAPI Specifications
MIT License
1 stars 0 forks source link

Merge required `javadoc.mustache`-template into `pojo.mustache` #125

Closed Chrimle closed 4 hours ago

Chrimle commented 5 hours ago

Is your feature request related to a problem? Please describe. Since javadoc.mustache is actually required, and has no reason to exist on its own, because it cannot be feature-toggled - the template should instead be merged into pojo.mustache.

Describe the solution you'd like Merge javadoc into pojo.

Describe alternatives you've considered Comments in pojo/javadoc is not enough.

Additional context

Chrimle commented 4 hours ago

Correction: javadoc.mustache is also used in enumModel.mustache. For this reason, there is a valid case for keeping the javadoc.mustache-file.