mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix test
This commit is contained in:
parent
1727e5c566
commit
c8d504bbbe
@ -39,7 +39,9 @@ public class SpringCglibProxyEngine implements ProxyEngine {
|
||||
}
|
||||
|
||||
/**
|
||||
* 创建代理对象
|
||||
* 创建代理对象<br>
|
||||
* https://gitee.com/dromara/hutool/issues/I74EX7<br>
|
||||
* 某些对象存在非空参数构造,则需遍历查找需要的构造完成代理对象构建。
|
||||
*
|
||||
* @param <T> 代理对象类型
|
||||
* @param enhancer {@link Enhancer}
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
package org.dromara.hutool.extra.aop;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.Setter;
|
||||
import org.dromara.hutool.core.lang.Console;
|
||||
import org.dromara.hutool.extra.aop.aspects.SimpleAspect;
|
||||
import org.dromara.hutool.extra.aop.engine.ProxyEngine;
|
||||
@ -66,7 +66,7 @@ public class IssueI74EX7Test {
|
||||
}
|
||||
}
|
||||
|
||||
@Data
|
||||
@Setter
|
||||
public static class SmsBlendImplWithoutConstructor implements SmsBlend{
|
||||
|
||||
private int status;
|
||||
|
Loading…
x
Reference in New Issue
Block a user