Eclipse中java注释模板

来源:互联网 发布:vb mac 编辑:程序博客网 时间:2024/05/16 18:17

File

/** * <p>Title: ${file_name}</p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2017</p> * <p>Company: rxing</p> * @author Shmilxu * @date ${date} * @version 1.0 */

Types

/** * <p>Title: ${type_name}</p> * <p>Description: </p> * <p>Company: rxing</p>  * @author Shmilxu * @date ${date} */

Fields

/** *  */

Constructors

/** * <p>Title: </p> * <p>Description: </p> * ${tags} */

Methods

/** * <p>Title: ${enclosing_method}</p> * <p>Description: </p> * ${tags} */

Overriding methods

/* (非 Javadoc)
 * <p>Title: ${enclosing_method}</p>
 * <p>Description: </p>
 * ${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 */



0 0
原创粉丝点击