第一步:打开eclipse进入Window--Preferences--Code Style--Code Template
第二部:选中New java files====>>>Edit在弹框中输入新建文件头注释
/**
* @Description:${todo}
* @version 1.0
* @since JDK1.7
* @author ${user}
* @company xxxxxxxxxxxxxx
* @copyright (c) ${year} yaomy Co'Ltd Inc. All rights reserved.
* @date ${date} ${time}
*/
第三部:可以设置普通方法的注释、构造函数注释等
/**
* @Description:${todo}
* @author ${user}
* @date ${date} ${time}
*/