This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
Make annotations independent of the processing order #401
Labels
cleanup 🧹
Refactorings and other tasks that improve the code
Currently, structural annotations (rename / move) must be processed before the other annotations.
Additionally, enum annotations must be processed before group annotations, if they affect the same parameter.
Ideally, the annotations should work in any given processing order.
The text was updated successfully, but these errors were encountered: