This commit is contained in:
Looly
2023-05-25 00:07:34 +08:00
parent 1727e5c566
commit c8d504bbbe
2 changed files with 5 additions and 3 deletions

View File

@@ -39,7 +39,9 @@ public class SpringCglibProxyEngine implements ProxyEngine {
}
/**
* 创建代理对象
* 创建代理对象<br>
* https://gitee.com/dromara/hutool/issues/I74EX7<br>
* 某些对象存在非空参数构造,则需遍历查找需要的构造完成代理对象构建。
*
* @param <T> 代理对象类型
* @param enhancer {@link Enhancer}