eclipse简单注释规范


设置注释模板的入口: Window->Preference->Java->Code Style->Code Template

Types
/**
* @ClassName: ${type_name}
* @Description: ${todo}(这里用一句话描述这个类的作用)
* @author wlsunny_qaqa@163.com
* @date ${date} ${time}
*
* ${tags}
*/

Methods
/**
* @Title: ${enclosing_method}
* @Description: ${todo}(这里用一句话描述这个方法的作用)
* @param ${tags} 设定文件
* @return ${return_type} 返回类型
* @throws
*/

posted on 2016-05-10 16:28  找到属于自己的天空  阅读(162)  评论(0编辑  收藏  举报

导航