通过菜单 Window->Preference 打开参数设置面板,然后选择:
1.Java -> Code Style -> Code Templates
2.在右侧选择Comments,将其中的Files项,然后选右边的"Edit",进入编辑模式:
3.进入编辑模式后就可以自定义注释了。另外可以插入一些变量,如年、日期等等。
4.最后,确保 Code -> New Java files 中有:"${filecomment}"
以下是我的内容
- ${filecomment}
- ${package_declaration}
- /**
- * @author 乔磊
- * @version 创建时间:${date} ${time}
- * 类说明
- */
- ${typecomment}
- ${type_declaration}
本文转自sucre03 51CTO博客,原文链接:http://blog.51cto.com/sucre/543590,如需转载请自行联系原作者