代码注释模板

自用模板

java 方法:

/**
* @Description:
* ${enclosing_type}
* ${enclosing_method}
* ${tags} ${return_type}
* @author monkey
* ${date} ${time}
*/

js function:

/**
* ${enclosing_method}
* ${tags} ${return_type}
* @author monkey
* ${date} ${time}
*/
原文地址:https://www.cnblogs.com/springlight/p/6149833.html