步骤
设置注释模板的入口:Window->Preference->Java->Code Style->Code Template 然后展开Comments节点就是所有需设置注释的元素。
1、类型(Code——>New Java files)注释标签(类的注释)
/**
* @author xxx的邮箱
* @version 1.0.0
* @date ${currentDate:date('yyyy/MM/dd HH:mm')}
* @since 1.0
*/
2、方法(Methods)标签
/**
* @return ${return_type}
* @exception
* @author xxx的邮箱
* @date ${currentDate:date('yyyy/MM/dd HH:mm')}
*/
3、重写方法
/**
* @return $return$
* @exception
* @author xxx的邮箱
* @date ${currentDate:date('yyyy/MM/dd HH:mm')}
*/
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】凌霞软件回馈社区,博客园 & 1Panel & Halo 联合会员上线
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步