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

Check to detect missing values for slots of enums #131

Closed jeaf-anaptecs closed 5 months ago

jeaf-anaptecs commented 5 months ago

Feature Description

Enmerations mightb have mandatory properties whose values are defined in the UML model using slots. Goal if this request is that during the check phase of the code generator enumeration literals are detected that did no define values in the slots for mandatory properties.

jeaf-anaptecs commented 5 months ago

Feature is already implemented.