Stay Hungry Stay Foolish

TIL

[IntelliJ Warning] Lombok requires enabled annotation processing (Windows)

dev스카이 2023. 10. 25. 17:47

Lombok을 사용하니깐 이런 알림이 실행할 때마다 계속 뜬다. 에러는 아니고 경고 수준인 것 같다.

 

해석하면 "Lombok에서는 주석 처리를 활성화해야 합니다."

 

해결 방법 1 

알림창에서 탭 클릭하면 'Don't show again'이라는 게 있는데 더 이상 알림을 보지 않겠다라는 말이다.

이걸로 해결이 안 되면 아래의 해결 방법 2로 해보기.

 

해결 방법 2

File > Settings or Ctrl + Alt + S 하면 Settings창 활성화

 

Build, Execution, Deployment > Compiler > Annotation Process

Enable annotation processing 체크

 

그럼 이제 알림이 안 뜬다.