Eclipse设置模板注释
1.设置方法的模板注释具体设置方法如下:
windows -preferences- java- code style- code Templates - Comments- Methods -Edit 填入下面代码
/**
* @author van van.shu@magic-point.com
* @version 创建时间:${date} ${time}
* ${tags}
*/
2.同理设置 设置类的模板注释
windows -preferences- java- code style- code Templates - Code- New Java files-Edit 填入下面代码
${filecomment}
${package_declaration}
/**
* @author van van.shu@magic-point.com
* @version 创建时间:${date} ${time}
* 类说明
*/
${typecomment}
${type_declaration}
摘自 sxchao2008
补充:移动开发 , Android ,