jooby
jooby copied to clipboard
annotation processors order note
After jooby-apt rewrite the annotation-processors order becomes quite important. Added a note in the docs to save some brain cells for newbies.
Thank you. Isn't any way to improve it?
I doubt it, but I'm not a code-gen ninja. lombok or avaje-inject can modify the controller constructor, so when it comes to the jooby-apt it should be already properly packed I guess.
done, pls check