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

@@ -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;