mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix comment
This commit is contained in:
@@ -164,6 +164,8 @@ public class CopyOptions implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 设置忽略的目标对象中属性列表,设置一个属性列表,不拷贝这些属性值,Lambda方式
|
* 设置忽略的目标对象中属性列表,设置一个属性列表,不拷贝这些属性值,Lambda方式
|
||||||
*
|
*
|
||||||
|
* @param <P> 参数类型
|
||||||
|
* @param <R> 返回值类型
|
||||||
* @param funcs 忽略的目标对象中属性列表,设置一个属性列表,不拷贝这些属性值
|
* @param funcs 忽略的目标对象中属性列表,设置一个属性列表,不拷贝这些属性值
|
||||||
* @return CopyOptions
|
* @return CopyOptions
|
||||||
* @since 5.8.0
|
* @since 5.8.0
|
||||||
|
Reference in New Issue
Block a user