摘要:
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 阅读全文