Does “/* (non-javadoc)” have a well-understood meaning?

后端 未结 2 1952
北荒
北荒 2020-12-11 00:13

Does /* (non-javadoc) have a meaning, beyond pointing out to the reader of source code that a comment block is intentionally not a Javadoc comment? Lately I\'ve

2条回答
  •  自闭症患者
    2020-12-11 00:29

    It doesn't have an established meaning besides being a comment. The formatting is result of common Eclipse code formatting templates, which explains its commonality.

提交回复
热议问题