mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix test
This commit is contained in:
@@ -39,7 +39,9 @@ public class SpringCglibProxyEngine implements ProxyEngine {
|
||||
}
|
||||
|
||||
/**
|
||||
* 创建代理对象
|
||||
* 创建代理对象<br>
|
||||
* https://gitee.com/dromara/hutool/issues/I74EX7<br>
|
||||
* 某些对象存在非空参数构造,则需遍历查找需要的构造完成代理对象构建。
|
||||
*
|
||||
* @param <T> 代理对象类型
|
||||
* @param enhancer {@link Enhancer}
|
||||
|
Reference in New Issue
Block a user