Lombok的基本用法
Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java.Never write another
getter or equals method again, with one annotation your class has a fully featured builder, Automate your logging variables, and much
more.
The method set @Getter and @Setteri s undefined for the type
官方下载Lombok. 下载后拷贝lombok.jar到eclipse.ini 同目录下,也可以在其它目录,需要调整下面的路径地址。
-vmargs
-javaagent:lombok.jar
-Xbootclasspath/a:lombok.jar
一个具有注脚的文本。1