Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近Eclipse开始为方法生成空的JavaDoc注释:/** */
没有@param、@return 等。
有人知道这是什么原因吗?
检查“首选项 > Java > 代码样式 > 代码模板 > 注释 > 方法”中的设置。应该有模板模式
/** * ${tags} */