myeclipse 注脚设置

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}