fixed aop加载模式

This commit is contained in:
rekoe 2019-03-24 19:41:44 +08:00
parent 4b0b42b9b8
commit b34600ac14

View File

@ -11,7 +11,7 @@ import org.nutz.lang.Lang;
import com.alibaba.csp.sentinel.annotation.SentinelResource;
@IocBean
@IocBean(name="$aop_sentinel_resource")
public class SentinelAnnotationAop extends SimpleAopMaker<SentinelResource> {
public List<? extends MethodInterceptor> makeIt(SentinelResource t, Method method, Ioc ioc) {