类、接口 文件注释:

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

IDEA 注释模板

方法上注释:

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

方法注释设置方法:

图一:

IDEA 注释模板

图二:

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

 IDEA 注释模板

相关文章:

  • 2021-04-12
  • 2021-04-07
  • 2021-11-22
  • 2021-05-23
  • 2021-11-22
  • 2021-07-24
  • 2021-12-14
  • 2021-10-12
猜你喜欢
  • 2021-11-22
  • 2021-10-10
  • 2021-12-06
  • 2021-07-05
  • 2021-11-22
  • 2021-11-01
相关资源
相似解决方案