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

Add `@NotNull` annotation to methods to improve documentation #78

Closed jeaf-anaptecs closed 4 months ago

jeaf-anaptecs commented 8 months ago

Feature Description

Add @NotNull annotation to generated operations. This will not have any impact on the acctual implementation, but from a documentation perspective this make the expectations clear to users of such an operation.

Concrete type of the not null annotation should be configured in Maven configuration e.g. jakarta.annotation.Nonnull

Requirements