update 更改说明 cglib 基于get set拷贝 不属于深拷贝

(cherry picked from commit 2bade9d2b9)
This commit is contained in:
疯狂的狮子Li
2023-05-10 00:01:23 +08:00
committed by 疯狂的狮子li
parent a49096d343
commit 126859be2a

View File

@@ -17,7 +17,7 @@ import java.util.List;
import java.util.Map;
/**
* bean拷贝工具(基于 cglib 性能优异)
* bean拷贝工具(基于 cglib 性能优异)
*
* @author Lion Li
*/