Java注释模板

Window->Preference->Java->Code Style->Code Template 然后展开Comments节点就是所有需设置注释的元素啦。
files


/**
* @Title:${project_name}
* @Package:${package_name}
* @Description:
* @Author:sichanger@itonghui.org
* @Date:${date}
* version: v1.0
*/

 


types


/**
* @Copyright (c) by anhui tonghui information technology Co., Ltd.
* @All right reserved.
* @Create Date: ${date}${time}
* @Create Author: sichanger@itonghui.org
* @File Name: ${file_name}
* @Last version: 1.0
* @Function:
* @Last Update Date:
* @Change Log:
*/


fields


/**
* @Fields:${field}
*/


methods

/**
* 方法描述
*
* @Author:sichanger@itonghui.org
* @date: ${date} ${time}
* ${tags}
*/

 

overriding methods

/**
* 方法描述
*
* author: sichanger@itonghui.org
* @date: ${date} ${time}
* ${tags}
* ${see_to_overridden}
*/

posted @ 2016-10-31 16:21  迹地猿  阅读(176)  评论(0编辑  收藏  举报