码迷,mamicode.com
首页 > 系统相关 > 详细

Eclipse配置注释模板

时间:2019-06-23 14:01:29      阅读:118      评论:0      收藏:0      [点我收藏+]

标签:any   param   cto   ips   file   rri   target   version   color   

通过菜单 Window->Preference -> Java -> Code Style -> Code Templates 在右侧选择Comments 选择修改选项

Files:

/**  
 *
 * Title: ${file_name}
 *
 * Description: 
 *
 * Copyright: Copyright (c) 2019
 *
 * Company: 
 *
 * @author Ethan  
 *
 * @date ${date}  
 *
 * @version 1.0  
 *
 */  

 Types:

/**
 *
 * Title: ${type_name}
 *
 * Description: 
 *
 * @author Ethan
 *
 * @date ${date}
 *
 */

Fields:

/**
 *
 * ${field}
 *
 */

Constructors:

/**
 *
 * Title: 
 *
 * Description: 
 *
 * ${tags}
 *
 */

Methods:

/**
 *
 * Title: ${enclosing_method}
 *
 * Description: 
 * 
 * ${tags}
 *
 */

Overriding methods:

/* (non-Javadoc)  
 *
 * Title: ${enclosing_method}
 *
 * Description: 
 *
 * ${tags}  
 *
 * ${see_to_overridden}  
 *
 */

Delegate methods:

/**
 *
 * ${tags}
 *
 * ${see_to_target}
 *
 */

Getters:

/**
 *
 * @return the ${bare_field_name}
 *
 */

Setters:

/**
 *
 * @param ${param} the ${bare_field_name} to set
 *
 */

 

Eclipse配置注释模板

标签:any   param   cto   ips   file   rri   target   version   color   

原文地址:https://www.cnblogs.com/WaterGe/p/11072444.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!