Let me know how to lombok annotation? Why not, I can't use only @Data annotation?
Can't use annotation @data in maven
1.1k Views Asked by Gerrard Park At
2
Let me know how to lombok annotation? Why not, I can't use only @Data annotation?
You have to also install the Lombok plugin on your IDE. Since it doesn't know that some code is generated for you at build time, it will report problems.
Have a look at http://jnb.ociweb.com/jnb/jnbJan2010.html#installation for installation instructions.