MyEclipse自动生成注释配置

时间:2021-01-18 11:43:26   收藏:0   阅读:0

MyEclipse自动生成注释配置:
Window ->preference--> Java --> Code Style --> Code Templates
参考资料:http://www.cnblogs.com/o-andy-o/archive/2012/08/11/2634116.html
技术图片


Files
/**
 * @fileName ${file_name}
 * @package ${package_name}
 * @copyright Copyright Cloud Soft Service Co.,Ltd. All Rights Reserved.
 * @description
 * @version 1.0
 * @author chuyf
 * @date ${date}
 */


Types
/**
 *
 *
 * @author chuyf
 * @version 1.0, ${date}
 * ${tags}
 */

Field
/**
 * ${field_type} ${field}
 */

软件自带:

Fiels:
/**
 *
 */
Types
/**
 * @author ${user}
 *
 * ${tags}
 */

Field
/**
 *
 */

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!