首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

Eclipse自动增添文件注释

2012-06-28 
Eclipse自动添加文件注释windows--preference Java--Code Style--Code Templates code--new Java file

Eclipse自动添加文件注释
windows-->preference
Java-->Code Style-->Code Templates
code-->new Java files

编辑它

${filecomment}
${package_declaration}
/**
* @version 1.0
*
* @author 作者姓名
*
* 创建时间:${date} ${time}
*
* 类说明
*/${typecomment}
${type_declaration}

热点排行