jhipster / jhipster-core

JHipster Domain Language, used by JHipster UML and JDL-Studio to generate entities
Apache License 2.0
346 stars 116 forks source link

Fixed annotation/comment entity/field flow #373

Closed MathieuAA closed 4 years ago

MathieuAA commented 4 years ago

Before, one could annotate then comment entities and fields and sometimes it crashed sometimes it didn't parse the comment. Now, only commenting then annotating works and is supported. This is a breaking change.

Also introduced grammar tests.

Fixes #369

Please make sure the below checklist is followed for Pull Requests.