新建Java文件的 文档注释

时间:2022-11-20 18:38:20
/**
* <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}