当前位置: 代码迷 >> Eclipse >> MyEclipse/eclipse 平添作者、注释、版本、时间等
  详细解决方案

MyEclipse/eclipse 平添作者、注释、版本、时间等

热度:56   发布时间:2016-04-22 23:53:59.0
MyEclipse/eclipse 添加作者、注释、版本、时间等

/***@Title ${file_name}*@description ${todo}*@time ${date} ${time}*@author weis*@version 1.0**/




/** *@Title ${file_name} *@description ${todo} *@time ${date} ${time} *@author weis *@version 1.0**/





/** * @Title: ${enclosing_method} * @Description: * ${tags} * @return ${return_type} * @author weis * @date ${date}${time}*/




${filecomment}${package_declaration}/***@Title ${file_name}*@description ${todo}*@time ${date} ${time}*@author weis*@version 1.0**/${typecomment}${type_declaration}




  相关解决方案