mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2026-04-06 13:44:27 +08:00
- 使用 getDeclaredConstructor().newInstance() 替代已废弃的 newInstance() 创建对象 - 完善方法参数和返回值的注释,增强代码可读性 - 修改 copyList 方法注释,明确泛型参数含义 - 调整 verify 方法中流操作,将 collect(Collectors.toList()) 改为 stream().toList() - 统一注释风格,添加缺失的空格,提升文档规范性