Hey,
I just went through the process of making my own javac annotation handler for my own annotation.
it generates the code just fine when I compile it using gradle, but it doesn't do while I am in the editor.
Does anyone have an idea why that could be?
I am using MetaInfServices to generate the entry in the javax.annotation.processing.Processor file.
my project is layed out in multiple (gradle) modules, one of them containing my annotation and the processor for it.
the other modules should use it.
I have annotation procession turned on in the intellij settings, even tho that doesn't seem to have an effect at all since the normal lombok annotations still work even if it is turned off.
thanks for your help, appreciate every hint in the right direction