This commit is contained in:
Looly
2024-01-09 23:15:52 +08:00
parent 64c1dc554b
commit ebf1632f36
6 changed files with 31 additions and 30 deletions

View File

@@ -13,7 +13,8 @@
package org.dromara.hutool.core.lang.wrapper;
/**
* 简单包装对象
* 简单包装对象<br>
* 通过继承此类,可以直接使用被包装的对象,用于简化和统一封装。
*
* @param <T> 被包装对象类型
* @author looly