Lombok
时间:2020-04-26 10:52:00
收藏:0
阅读:44
Lombok是一个通过注解形式帮助构造简洁、规范的Java代码的工具,通过使用对应的注解,可以在编译源码的时候生成对应的方法
下载地址:
- github地址:[https://github.com/rzwitserloot/lombok]
- 官方地址:[https://projectlombok.org/]
- 官方API : [https://projectlombok.org/features/all]
原文:https://www.cnblogs.com/fly-book/p/12776818.html
评论(0)