【发布时间】:2011-03-30 09:58:33
【问题描述】:
这有什么区别
/**
* comment goes here (notice the extra '*' in previous line)
*/
还有这个?
/*
* comment goes here (notice the extra '*' is not present in previous line)
*/
因为我注意到在 Eclipse 中这两种评论风格有不同的颜色。 第一个得到蓝色,第二个得到绿色。
这两种评论风格有什么区别吗?
【问题讨论】:
-
再来一个查询,这个convetion是通用的还是eclipse特有的?