You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by 陈旭 <64...@qq.com> on 2020/11/26 12:13:25 UTC

@Wrapper 注解定义时缺少 @Retention(RetentionPolicy.RUNTIME) 导致实际无法生效

我在阅读dubbo源码时候发现有一个@Wrapper 注解的操作可以指定 matches() 和 mismatches() 参数但是在我调试的时候发现无法获取到这个注解,如图





但我在我的测试类上是有声明的

是否少了注解@Retention,导致无法扫描到

可以参考一下这个issue https://github.com/apache/dubbo/issues/6946