eclipse编码格式配置
/** * @author 马家立 * @version 创建时间:${date}${time} * @Description:TODO */
/** * @Title:${enclosing_method} * @Description:TODO * @author:马家立 * @date:${date} ${time} * ${tags} * ${return_type} */
/** * Title: ${enclosing_method} * @Description:TODO * @author:马家立 * @date:${date}${time} * ${tags} * ${see_to_overridden} */
${filecomment} ${package_declaration} /** * @author 马家立 * @version 创建时间:${date}${time} * @Description:TODO */ ${typecomment} ${type_declaration}