本文共 373 字,大约阅读时间需要 1 分钟。
路径A=windows-->preference-->Java-->Code Style-->Code Templates-->Comments
自动添加注释一般可用在:类上、方法上
每当创建新类时,在类名上自动添加作者、描述、时间的注释:
路径A-->Types-->Edit ,再添加一下代码
/**@desc : * * @author: ${user} * @date : ${date} ${time} */
每当创建新方法时,在方法名上自动添加作者、描述、时间的注释:
路径A-->Methods-->Edit ,再添加以下代码。
/**@desc : * * ${tags} ${return_type} */
在类上或方法上输入 /** 然后回车即可
1.
转载地址:http://twjio.baihongyu.com/