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

myeclipse 注脚设置

2012-12-25 
myeclipse 注解设置选菜单windows--preferenceJava--Code Style--Code Templatescode--new Java files

myeclipse 注解设置

选菜单
windows-->preference
Java-->Code Style-->Code Templates
code-->new Java files

选中点编辑


${filecomment}
${package_declaration}
/**
* @项目名:${project_name}
* @包名:${package_name}
* @文件名:${file_name}
* @日期:${date} ${time}
* @备注:
* @作者:apple
*/
${typecomment}
${type_declaration}

热点排行