Enable Annotation processors by default

喜你入骨 提交于 2019-12-03 23:39:28

问题


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.



来源:https://stackoverflow.com/questions/44452482/enable-annotation-processors-by-default

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!