刘sir

春不是叫出来的,是真刀实枪干出来的!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

Windows->Preference->Java->Code Style->Code Templates->Code->New Java file->Edit

原来的模板:

${filecomment}
${package_declaration}


${typecomment}
${type_declaration}

修改后:

${filecomment}
${package_declaration}

/** 
* @author Xing,Ming
* @version ${date} ${time}
*/ 
${typecomment}
${type_declaration}

posted on 2013-10-11 09:27  刘sir~  阅读(226)  评论(0编辑  收藏  举报