Eclipse配置注释模板

Posted waterge

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Eclipse配置注释模板相关的知识,希望对你有一定的参考价值。

通过菜单 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配置注释模板的主要内容,如果未能解决你的问题,请参考以下文章

idea配置注释模板(可做到和eclipse一样)

idea配置代码注释模板

Eclipse导入模板格式Xml配置文件

Eclipse注释配置

将速度配置为注释对 Eclipse 的处理器依赖

Eclipse配置小结