操作步骤如下:
1,打开Window->Preferences->Java->Code Style->Code Templates
2,展开Configure generated code and comments栏目中的Code项
3,对New Java files选项进行编辑,然后确定即可。
例如:
${filecomment}
${package_declaration}
/**
* @author hunhun1981
* email: hunhun1981@hotmail.com
* blog: http://blog.csdn.net/hunhun1981
* @date ${date}
*/
${typecomment}
${type_declaration}
此后,如果创建新的代码文件,则会在其头部自动加上插入的信息。