eclipse注释模版

Files:

/**  
* <p>Title: ${file_name}  </p>
* <p>Description: ${todo} </p>
* <p>Company: </p>
* @author ${user}  
* @date ${date} ${time}   
*/

Types:

/**
* @ClassName: ${type_name}
* @Description:
* @author ${user}
* @date ${date} ${time}
* ${tags}
*/

Constructors:

/**  
* <p>Title: ${file_name}  </p>
* <p>Description: ${todo} </p>
* <p>Company: </p>
* @author ${user}  
* @date ${date} ${time}   
*/

Methods:

/**
* @Title: ${enclosing_method}
* @Description:
* ${tags}
* @return ${return_type}
* @throws
*/

Overriding methods:

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

猜你喜欢

转载自nxdjava.iteye.com/blog/2374106