eclipse code template




Types
/**
* @author HuangYongXing
* @date ${date} ${time}
* @ClassName: ${type_name}
* @Description: ${todo}
*
* ${tags}
*/


${tags}  //生成@param


Methods
/**
* @author HuangYongXing
* @date ${date} ${time}
* @Description: ${todo}
*
* ${tags}
* @return ${return_type}
*/


/**
* @author HuangYongXing
* @date ${date} ${time}
* @Description: ${todo}
*
* ${tags}
* @return ${return_type}
* @date ${date} ${time}
* @throws          //加上这个显示不出来
*/


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

猜你喜欢

转载自huangyongxing310.iteye.com/blog/2396781
今日推荐