-
[Intellij] 어노테이션 프로세싱 활성화하기IDE 2020. 3. 9. 12:35
롬복(Lombok)과 같은 외부 어노테이션 라이브러리가 컴파일 시 문제없이 작동하도록 설정하기 위해 어노테이션 프로세싱(Annotation Processing)를 활성화해줘야 한다.
1. Preferences -> Build, Execution, Deployment -> Compiler -> Annotation Processors 메뉴에서 Enable annotation processing 체크박스를 체크해주면 된다.
'IDE' 카테고리의 다른 글
[Intellij] 파라미터 인자 힌트 설정하기 (0) 2020.03.09 [Intellij] 스프링부트 프로젝트 자동 빌드 설정하기 (0) 2020.03.09 [Intellij] 마우스 오버 시 자동으로 Documentation 표현 설정 (0) 2020.03.09 [Eclipse] The method builder() is undefined for the type... (0) 2018.12.17 Eclipse - UTF-8 설정 (0) 2018.12.12