标签:ips tag over methods title 注释模板 class targe esc
新的文件
/**
* @ClassName: ${type_name}
* @Description: ${todo}
* @author ${user}
* @date ${date} ${time}
*/
类的注释模板
Types
/**
* @ClassName: ${type_name}
* @Description: ${todo}
* @author ${user}
* @date ${date} ${time}
*/
方法注释模板
Methods
/**
* @Title: ${enclosing_method}
* @Description: ${todo}
* @throws
* ${tags} ${return_type}
*/
重写的注释
/** Title: ${enclosing_method}
* ${see_to_overridden}
*/
Delegate methods
/**
* ${tags}
* ${see_to_target}
*/
标签:ips tag over methods title 注释模板 class targe esc
原文地址:http://www.cnblogs.com/OnlyCT/p/7449880.html