myeclipse自动添加注释

开发需要,新建类的时候,需要加自己的名字,每次都要自己写,嫌麻烦,修改一下myeclipse配置文件即可

打开window---preferences

 

 选中 new Java files 点击edit按钮,编辑他

${filecomment} 
${package_declaration} 
/** 
* @author 你的名字 
* @version 创建时间:${date} ${time} 
* 类说明 
*/ 
${typecomment} 
${type_declaration} 

 

点击OK,最后一定不要忘记apply按钮!!!!!!

 

 

posted on 2018-04-18 11:19  背着核的桃子  阅读(601)  评论(0编辑  收藏  举报

导航