!1166 修改注释错误

Merge pull request !1166 from handy/v6-handy
This commit is contained in:
Looly 2024-02-03 02:44:08 +00:00 committed by Gitee
commit a77a7e8179
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 3 additions and 3 deletions

View File

@ -163,7 +163,7 @@ public class AnnotationUtil {
}
/**
* 检查是否包含指定注解指定注解
* 检查是否包含指定注解
*
* @param annotationEle {@link AnnotatedElement}可以是ClassMethodFieldConstructorReflectPermission
* @param annotationType 注解类型

View File

@ -247,7 +247,7 @@ public class BeanUtil {
}
/**
* 解析Bean中的属性值
* 获取Bean中的属性值
*
* @param <T> 属性值类型
* @param bean Bean对象支持MapListCollectionArray
@ -265,7 +265,7 @@ public class BeanUtil {
}
/**
* 解析Bean中的属性值
* 设置Bean中的属性值
*
* @param bean Bean对象支持MapListCollectionArray
* @param expression 表达式例如person.friend[5].name