yes,it can be solved by appointing the property interfaceClass of @service 
annotation ,but I think, dubbo should specify the interface name 
automatically。算了还是说中文吧,是可以通过指定服务类的@service注解的 interfaceClass= 
"xxx.class"来解决这个问题,但是难道dubbo不应该是自动地帮我指定最顶层的接口作为这个注解属性interfaceClass的值吗。为何非得人为指定。代码实现上,不应该是从最终的类往父类一层一层找,直到找到有接口吗。这确实不能算bug,但我感觉实现上有待优化哈。

[ Full content available at: 
https://github.com/apache/incubator-dubbo/issues/3251 ]
This message was relayed via gitbox.apache.org for 
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to