Lombok-intellij-plugin: Annotation processing is not supported for module cycles.

Created on 4 Dec 2015  路  14Comments  路  Source: mplushnikov/lombok-intellij-plugin

we shall think about it

Most helpful comment

AFAICU this is a limitation in IntelliJs annotation processor support.
If you can live with disabling annotation processing in the modules involved in the cycle - do as follows:

In IntelliJ, go to Settings -> Build, Execution, Deployment -> Compiler -> Annotation Processors.
Click the plus icon to create a new profile, say "Disabled".
Uncheck "Enable annotation processing" for the new profile.
Select the modules involved in the cycle, click the move icon to move those to the "Disabled" profile.

All 14 comments

have the same issue after upgrading intellij 2016.3.5

any solution?

AFAICU this is a limitation in IntelliJs annotation processor support.
If you can live with disabling annotation processing in the modules involved in the cycle - do as follows:

In IntelliJ, go to Settings -> Build, Execution, Deployment -> Compiler -> Annotation Processors.
Click the plus icon to create a new profile, say "Disabled".
Uncheck "Enable annotation processing" for the new profile.
Select the modules involved in the cycle, click the move icon to move those to the "Disabled" profile.

thanks for @atorstling very much 锛宨 do it and solve the same problem

thank you!!

thanks for @atorstling very much 锛宨 spend about two days to solve the same problem,but last find the answer here .^v^

thanks a lot

Obrigado!

thank you it worked

still not work

still not work

Thanks :D

Thank you very much for telling us! @atorstling

thank you very much @atorstling

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Viking1726 picture Viking1726  路  4Comments

chrvip picture chrvip  路  5Comments

bestitxq picture bestitxq  路  5Comments

leialexisjiang picture leialexisjiang  路  5Comments

pedegie picture pedegie  路  4Comments