AnnotationUtil类支持Lambda获取某注解属性值

This commit is contained in:
Looly
2022-09-30 19:07:36 +08:00
parent 82824793ba
commit 44684aa036
3 changed files with 8 additions and 3 deletions

View File

@@ -7,6 +7,7 @@
### 🐣新特性
* 【core 】 DateUtil增加isLastDayOfMonth、getLastDayOfMonth方法pr#824@Gitee
* 【core 】 AnnotationUtil类支持Lambda获取某注解属性值pr#827@Gitee
### 🐞Bug修复
* 【poi 】 修复ExcelReader读取只有标题行报错问题issue#I5U1JA@Gitee