标签:style blog http java 2014 html
在每次写新的类时 署上自己的名字和日期等相关信息。
windows / preferences / java / code style/code templates 右侧 comment 下面 types 点击 edit
添加如下
/** * @author 作者名称 * @date ${date} ${time} * @version 版本号码 * @TODO 描述 */
然后勾选下方的 自动添加功能
给myeclipse 添加自动注释 作者 日期,布布扣,bubuko.com
标签:style blog http java 2014 html
原文地址:http://blog.csdn.net/hcmdy/article/details/36380595