IDEA 注释模板

类、接口 文件注释:

/**
* @Description: TODO
* @Author: tangsw
* @Date ${DATE} ${TIME}
**/

方法上注释:

*
* @Description TODO $end$
* @Author tangsw
* @Date $date$ $time$
* @Param $param$
* @Return $return$
**/

方法注释设置方法:

图一:

图二:

date()
time()
methodParameters()
methodReturnType()

 

原文地址:https://www.cnblogs.com/tangshengwei/p/11764083.html