新建Java文件的 文档注释

/**   
 * <br>
 * =============================================  
 *
 * @author  : Liuyc
 * @company : 版权所有 XXX公司,并保留所有权利。
 * @create  : 2016-4-11下午01:13:53 
 * @update  : 
 * @bolg    : http://www.cnblogs.com/yuchuan/
 * @csdn    : http://blog.csdn.net/l_lycos
 * @E-mail  : 763999883@qq.com
 * @desc    :   
 *
 * =============================================
 */

具体的配置如下:

${filecomment}
${package_declaration}
/**   
 * <br>
 * =============================================  
 *
 * @author  : Liuyc
 * @company : 版权所有 XXX公司,并保留所有权利。
 * @create  : ${date}${time} 
 * @update  :   
 * @bolg    : http://www.cnblogs.com/yuchuan/
 * @csdn    : http://blog.csdn.net/l_lycos
 * @E-mail  : 763999883@qq.com
 * @desc    :   
 *
 * =============================================
 */
${typecomment}
${type_declaration}

 

posted @ 2016-04-11 14:00  一世尘梦(Aion)  阅读(235)  评论(0编辑  收藏  举报