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
*/
    每次学习都是在走人生路
                    
                
                
            
        
浙公网安备 33010602011771号