eclipse code template

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的

相关推荐