Intellij doesn't recognize @SLF4J annotation. I have the following error:
Error:(105, 9) java: cannot find symbol
symbol: variable log
location: class com.xxxxx.SdsConfig
knowing that I have already Enable annotation processing (Settings -> Compiler -> Annotation Processors)
I use java 8 compiler.