eclipse code template

时光 2017-10-18

Types

/**

*${todo}

*@authorHuangYongXing

*@date${date}${time}

*@ClassName:${type_name}

*@Description:${todo}

*

*${tags}

*/

${tags}//生成@param

Methods

/**

*${todo}

*@authorHuangYongXing

*@date${date}${time}

*@Description:${todo}

*

*${tags}

*@return${return_type}

*/

/**

*@authorHuangYongXing

*@date${date}${time}

*@Description:${todo}

*

*${tags}

*@return${return_type}

*@date${date}${time}

*@throws//加上这个显示不出来

*/

在eclipse-->windows-->preferences-->Java-->CodeStyle-->Templates有个勾选是用于是否整理javaDoc的

相关推荐

谁在哀伤望月 / 0评论 2013-06-04
干货集合 / 0评论 2018-11-15