mikebai.com

  • Home
  • dev
  • DotNET
  • M365
  • 搞笑
  • 杂七杂八
  • FocusDict
個人BLOG
it developer
  1. Main page
  2. dev
  3. Main content

eclipse @author Administrator问题

2011-02-28 123hotness 0likes 0comments

创建java文件时,注释中作者会自动录入为当前pc的用户名.
用以下方法解决


eclipse ide中:
preferences > Java > Code Style > Code Templates> Code > 选择“New Java files”项,点编辑按钮
--默认为------------
${filecomment}
${package_declaration}

${typecomment}
${type_declaration}

--修改后为------------
${package_declaration}  
 
/**  
* ${file_name}
* @version 1.0
* @author abcdefg
* @createTime ${date} ${time}
*/  
 
${typecomment}  
${type_declaration}


Tag: Nothing
Last updated:2011-02-28

mikebai

This person is a lazy dog and has left nothing

Like
< Last article
Next article >

COPYRIGHT © 2025 mikebai.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang