Dangling javadoc

来源:互联网 发布:mackeeper说我mac中毒 编辑:程序博客网 时间:2024/05/29 14:36

Javadoc主要用于对类和方法的注释。Javadoc没有@file和@date的注解。Javadoc has no @file or @date tags. You should be tagging the class, instead.

 

如果想关闭提示,你只需要按以下操作就OK了。 "File-Settings-Editor-Inspections-Java-Javadoc issues-Dangling Javadoc comment"

原创粉丝点击