美文网首页
Intellij 代码注释模板配置

Intellij 代码注释模板配置

作者: 安以北往南 | 来源:发表于2019-03-08 16:01 被阅读0次

1.Intellij配置

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