Path: Window->preference->java->code style->code Template
Files Note Tags:
/**
* @Title: ${file_name}
* @Package ${package_name}
* @Description: ${todo} (describe what the file does in a word)
* @author ${user}
* @date ${date} ${time}
* @version V1.0
*/
/
Type (Types) Comment Label (note for Class):
/**
* @ClassName: ${type_name}
* @Description: ${todo} (here is a word describing the role of this class)
* @author ${user}
* @date ${date} ${time}
*
* ${tags}
*/
Field Comment Label:
/**
* @Fields ${field}: ${todo} (describe what this variable means in a sentence)
*/
Constructor Tags:
/**
* @Title:
* @Description:
* ${tags}
*/
Methods (Constructor & Methods) Tags:
/**
* @Title: ${enclosing_method}
* @Description: ${todo} (here is a word describing the effect of this method)
* @param ${tags} settings file
* @return ${return_type} return type
* @throws
* @author ${user}
* @date ${date}
*/
Override method (overriding Methods) Label:
/* (Non-javadoc)
* @Title: ${enclosing_method}
* @Description:
* ${tags}
* ${see_to_overridden}
* @author ${user}
* @date ${date}
*/
Delegate method (Delegate Methods) Label:
/**
* ${tags}
* ${see_to_target}
*/
Getter Method Tags:
/**
* @return The ${bare_field_name}
*/
Setter Method Tags:
/**
* @param ${param} The ${bare_field_name} to set
*/
Eclipse Configuration Java Comment template