Enter/** above the class and method and return to the comment template settings that appear.
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M00/7A/F5/wKioL1bC9ryTriIvAADLA2OZXZU715.png "title=" QQ picture 20160216181313.png "alt=" Wkiol1bc9rytriivaadla2ozxzu715.png "/>
file (Files) Comment Tags:
/**
* @Title: ${file_name}
* @Package ${package_name}
* @Description: ${todo}
* @author Name
* @date ${date}
*/
type (Types) Comment Tags (comments for the Class):
/**
* ClassName: ${type_name}
* @Description: ${todo}
* @author Name
* @date ${date}
*/
Field (Fields) Comment Tags:
/**
* @Fields ${field}: ${todo}
*/
Constructor Tags:
/**
* <p>description: </p>
* ${tags}
*/
Method (Constructor & Methods) Tags:
/**
* @Description: ${todo}
* @param ${tags}
* @return ${return_type}
* @throws
* @author Name
* @date ${date}
*/
Getter Method Tags:
/**
* @return ${bare_field_name}
*/
Setter Method Tags:
/**
* @param ${param} ${bare_field_name}
*/
MyEclipse Setting the Java code Comment template