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

Default comment for types that are used as parameter #140

Open jeaf-anaptecs opened 2 months ago

jeaf-anaptecs commented 2 months ago

Feature Description

Some types are used very often as parameters for operations. Sometimes it makes sense to always use the same comment for them. However, copy & paste is not a very cool solution.

Idea: Allow to define a default comment in the UML model for types. This default comment should be used in case that the type is used as parameter and no explicity comment is defined.

jeaf-anaptecs commented 1 month ago

JMM revision 253 or higher supports default comment with new stereotype DefaultComment