Reports dangling Javadoc commentsJavadoc comment are dangling if they dont belong to any class[亲测有效]

Reports dangling Javadoc commentsJavadoc comment are dangling if they dont belong to any class[亲测有效]javadoc文档DanglingJavadoccommentless…(Ctrl+F1出现警示ReportsdanglingJavadoccomments.Javadoccommentaredanglingiftheydon’tbelongtoanyclass,methodorfield.ForexampleaJavadoccommentinbetweenmethoddeclarationsthathavetheirownjavad

大家好,欢迎来到IT知识分享网。

Inspection info: Reports dangling Javadoc comments. Javadoc comment are dangling if they don’t belong to any class, method or field. For example a Javadoc comment in between method declarations that have their own javadoc comments)

出现警示Reports dangling Javadoc comments. Javadoc comment are dangling if they don’t belong to any class, method or field. For example a Javadoc comment in between method declarations that have their own javadoc comments

简单的翻译过来就是如下

报告悬空Javadoc注释。如果Javadoc注释不属于任何类、方法或字段,那么它们将悬空。例如,在方法声明之间的Javadoc注释,它们有自己的Javadoc注释

解决方式

@ApiModel
/** * Description of the class goes here. * 这种写法 会有这个异常 * @author WN */
public class Test{ 
   
}
javadoc 注释 必须放在 所有注解之前 也就是:

/** * Description of the class goes here. * 卸载注解之上 就ok * @author WN */
@ApiModel
public class Test{ 
   
}

免责声明:本站所有文章内容,图片,视频等均是来源于用户投稿和互联网及文摘转载整编而成,不代表本站观点,不承担相关法律责任。其著作权各归其原作者或其出版社所有。如发现本站有涉嫌抄袭侵权/违法违规的内容,侵犯到您的权益,请在线联系站长,一经查实,本站将立刻删除。 本文来自网络,若有侵权,请联系删除,如若转载,请注明出处:https://yundeesoft.com/24430.html

(0)
上一篇 2023-08-22 18:00
下一篇 2023-08-23 14:45

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

关注微信