一、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.
Lombok是一个Java库,能自动插入编辑器并构建工具,简化Java开发,通过添加注解的方式,不需要为类编写getter或setter方法等等。
未使用lombok
代码示例
反编译
使用lombok
代码示例
反编译
二、Lombok使用
使用Lombok,需要导入相应的jar包以及在idea中下载插件并配置
1、导入jar包
2、下载插件
在idea中下载lombok插件
3、配置
在idea中开启注解,否则lombok无法使用,idea不能正常解析
勾选Enable annotation processing
4、使用
代码示例
领取专属 10元无门槛券
私享最新 技术干货