diff --git a/hutool-core/src/main/java/cn/hutool/core/util/ReflectUtil.java b/hutool-core/src/main/java/cn/hutool/core/util/ReflectUtil.java index 3cd6898e3..64081f220 100755 --- a/hutool-core/src/main/java/cn/hutool/core/util/ReflectUtil.java +++ b/hutool-core/src/main/java/cn/hutool/core/util/ReflectUtil.java @@ -1132,7 +1132,7 @@ public class ReflectUtil { *
  • 基本类型 byte, char, short, int, long, float, double, boolean
  • *
  • Literal String 类型(直接双引号字符串)
  • * - *

    以下属性,可以通过反射修改:

    + *

    以下属性,可以通过反射修改:

    *