-->

Enable Annotation processors by default

2019-02-16 13:19发布

问题:

How can I configure IntelliJ IDEA to have Annotation processors enabled by default?

Currently, I have to enable it manually for every imported project.

回答1:

File | Other Settings | Default Settings, navigate to the compiler settings, annotation processing and enable this option before importing the project.