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          //加上这个显示不出来
*/


In eclipse-->windows-->preferences-->Java-->Code Style-->Templates there is a check for whether to organize javaDoc

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326398156&siteId=291194637