우리가 어떤 복사 붙여넣기를 했을 때 필요한 걸 알아서 임포트 해주는 기능이다.
Setting (Ctrl + Alt + S) 에서 Editor - General - auto import
Insert imports on paste: Always 로 설정하고, Add unambiguous imports on the fly 를 체크 !
lombok 같은 걸 썼을 때 자동으로 잡아주는 기능이다.
Build, Execution, Deployment - Compiler - Annotation Processors
Enable annotation processing 을 체크 !