Enable Annotation processors by default

后端 未结 1 1925
粉色の甜心
粉色の甜心 2020-12-06 16:36

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条回答
  • 2020-12-06 16:57

    Current IDE version:

    File | New Project Settings | Settings for New Projects..., navigate to the compiler settings, annotation processing and enable this option before importing the project.

    Previous versions:

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

    0 讨论(0)
提交回复
热议问题