- I've installed the plugin for intellij idea(lombok-plugin-0.8.6-13).
 - Added lombok.jar into classpath
 - I can find getters and setters in the window of structure. And Intellij shows no error.
 - Setting - Lombok plugin - Verified Intellij configuration for lombok, it shows that "configuration of IntelliJ seems to be ok".
 
It seems everything is OK. But when I compile a test, errors come: can not find the methods getXXX and setXXX.
I opened the .class file with IntelliJ and find out that there is no setXXX and getXXX methods.
Could somebody tell me why?
- plugin:lombok-plugin-0.8.6-13
 - lombok.jar:1.14.0
 - idea:13.0.2 for linux
 - jdk:1.7.0_21
 
