gpt4 book ai didi

java - 为什么 eclipse 无法识别某些 javadocs 标签?

转载 作者:行者123 更新时间:2023-12-01 18:00:11 25 4
gpt4 key购买 nike

我创建了一个类A,它继承自另一个类B

我尝试将类 B 的 javadoc 也继承到类 A

所以我使用以下标签:

/***
* {@inheritDoc}
* @author
*
*/

但是当我按 CTRL+SPACE 时,Eclipse 无法识别该标记,并且没有显示类 A 的文档。

有人有什么想法吗?

最佳答案

这在类注释中无效。您只能在方法注释中使用它。

Oracle Javadoc documentation在 {@inheritDoc} 上说:

This tag is valid only in these places in a doc comment:

  • In the main description block of a method. In this case, the main description is copied from a class or interface up the hierarchy.
  • In the text arguments of the @return, @param and @throws tags of a method. In this case, the tag text is copied from the corresponding tag up the hierarchy.

关于java - 为什么 eclipse 无法识别某些 javadocs 标签?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41614918/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com