anaptecs / jeaf-generator

JEAF Generator uses UML models to generate code for Spring, REST, OpenAPI, Java and others. Boost your software development efficiency and time-to-market. Bye bye handwritten boiler blade code.
https://www.jeaf-generator.io
Apache License 2.0
2 stars 1 forks source link

Assign OpenAPI tag to all operations of a service at once #162

Closed jeaf-anaptecs closed 3 months ago

jeaf-anaptecs commented 3 months ago

Feature Description

Currently it is only possible to define OpenAPI tags on the level of operations. If all operations of a service interface shjould have the a certain tag then this can be very inconvenient and might get forgotten.


Describe the solution you'd like

It should be possible to define a tag for all operations of service