Intellij 代码注释模板配置
作者:
安以北往南 | 来源:发表于
2019-03-08 16:01 被阅读0次
1.Intellij配置
![](https://img.haomeiwen.com/i7802425/58310aecb2536c58.png)
image.png
claz
/**
* @ClassName:$className$
* @Description: <p> TODO </p>
* @Author: - Jason
* @CreatTime:$date$ - $time$
* @Modify By:
* @ModifyTime: $date$
* @Modify marker:
* @version V1.0
*/
file
/**
*<html>
*<body>
* <P> Copyright ● JasonInternational ● All rights reserved.</p>
* <p> Created by Jason - $date$ </p>
*</body>
*</html>
*/
mtd
/**
* @description: TODO
* @param $param$
* @return $return_type$
* @throws $throws$
* @author Jason
* @date $date$ $time$
*/
本文标题:Intellij 代码注释模板配置
本文链接:https://www.haomeiwen.com/subject/ikgrpqtx.html
网友评论