Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Lombok常用注解
Lombok常用注解
Lombok通过注解的方式省掉大量代码的编写,尤其对于POJO类的set()、get()、toString()等。在源代码只需要加上相应的注解,编译过程中Lombok插件就会自行生辰相关代码。减少冗杂且重复的代码,简化开发易于修改。本文即为对Lombok常见注解的介绍及对生成的代码的展示。