YANGJIESUN
YANGJIESUN
> Dubbo invoke doesn't care about the order of parameters. if paramTYpes is (int, int), also dont'care?
> > > Dubbo invoke doesn't care about the order of parameters. > > > > > > if paramTYpes is (int, int), also dont'care? > > Why not use...
> Dubbo invoke doesn't care about the order of parameters. you are wong, dubbo params must be ordered 
the desgin should be refer to dubbo office doc: https://dubbo.apache.org/zh/docs3-v2/dubbo-go-pixiu/user/appendix/http-to-dubbo-default-stragety/#http-request
这个字段是synthetic, https://www.eclemma.org/jacoco/trunk/doc/faq.html 这个文档里,建议是忽略这个字段的

synthetic有特殊含义哈,正常来说业务代码不应该展示这个东西,用户正常使用 watch 的时候确实不应该关注这种字段,
造型这种情况的可能原因是什么
> Apply `Advice` as a visitor: > > ``` > builder.visit(Advice.to(ClockInterceptor.class).on(ElementMatchers.named("instant")) > ``` it works, but why? i'm new to bytebuddy
> If you apply advice as a visitor, it simply decorates existing methods. The class file as such remains intact, however. > > If you apply it as an interceptor,...