eclipse配置自定义注释
方法一:导入xml注释配置文件
方法2:
标准注释:
types :
/**
* @Title:${enclosing_type}
*@ClassName: ${type_name}
* @Description: ${todo}
* @author: hongwei
* @date: ${date} ${time}
* ${tags}
*/
methods :
/**
* @Title:${enclosing_type}
* @Description: ${todo}
* @author hongwei
* ${tags} ${return_type}
* @date ${date}${time}
*/