jooby icon indicating copy to clipboard operation
jooby copied to clipboard

annotation processors order note

Open kliushnichenko opened this issue 1 year ago • 2 comments

After jooby-apt rewrite the annotation-processors order becomes quite important. Added a note in the docs to save some brain cells for newbies.

kliushnichenko avatar Oct 19 '24 14:10 kliushnichenko

Thank you. Isn't any way to improve it?

jknack avatar Oct 19 '24 14:10 jknack

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.

kliushnichenko avatar Oct 19 '24 14:10 kliushnichenko

done, pls check

kliushnichenko avatar Oct 21 '24 17:10 kliushnichenko