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

Combination of `hasCustomImplementation` and `abstract` should also have abstract builder #204

Closed michael-schnell closed 2 weeks ago

michael-schnell commented 4 weeks ago

If a POJO in the UML model is tagged with "hasCustomImplementation" and also marked as "abstract", the generated Builder should also be abstract. Currently the POJO class is abstract, but it's Builder is not.

builder-must-be-abstract