编辑注释模板的方法:Window->Preference->Java->Code Style->Code Template 然后展开code节点就是所有需设置注释的元素
${filecomment}
${package_declaration}
/**
* @Copyright @ ${year}
* All right reserved
* @version 创建时间:Created on ${date}
* @author 作者:Create by xx.com
* @Email: xx@sina.com
* @description 类说明
*
*/
${typecomment}
${type_declaration}