You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/01/25 02:34:08 UTC

[GitHub] [dubbo-spi-extensions] KeRan213539 commented on issue #7: 加了ApiDoc注解就報錯 不加啥問題沒有

KeRan213539 commented on issue #7:
URL: https://github.com/apache/dubbo-spi-extensions/issues/7#issuecomment-766500683


   返回对象有泛型,但是实际使用的时候没有添加泛型, 是这样吗?
   例如返回对象的定义类似 
   ```
   public class ResponseResult<T> ... 
   ```
   而使用的地方没有传泛型,而直接使用了 ResponseResult
   这样的情况下出现的异常?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org