Should Javadoc comments be added to the implementation?

前端 未结 7 621
醉酒成梦
醉酒成梦 2020-12-04 11:54

Is it correct practice to add Javadoc comments in the interface and add non-Javadoc comments in the implementation?

Most IDEs generate non-JavaDoc comments for imple

相关标签:
7条回答
  • 2020-12-04 12:26

    @see It generates a link to the description in the interface. But I think it is good to add some details about the implementation too.

    0 讨论(0)
提交回复
热议问题