IDEA类和方法注释模板

IDEA类和方法注释模板

类注释

位置:settings->editor->file and code template

image-20210606190957454

其他的需求按上面那个文件规则来就行了


方法注释模板

->live template

创建组->创建模板->编辑自己的需求

template text

*
* @Author 
* @Description $Desc$ 
* @Date $date$ $time$
* @Param $param$
* @return $return$
**/

edit variables

posted @ 2021-06-06 19:28  `陌上殇`  阅读(53)  评论(0)    收藏  举报