在preference->Java->codestyle->codetemplates->commnets->type

可以编辑如:

1 /**
2 * @author ${user}
3 * @date ${date}
4 * ${tags}
5 */

在java代码中的类上面,按下快捷键alt+shift+j,就会得出如下的效果:

1     /**
2      * @author weizh_000
3      * @date 2016-7-11
4      */
5     private class test{
6         // TODO Auto-generated method stub
7 
8     }

 

相关文章:

  • 2021-12-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
  • 2021-08-20
  • 2021-10-09
猜你喜欢
  • 2021-11-19
  • 2021-06-08
  • 2022-01-13
  • 2021-11-29
  • 2021-06-12
  • 2021-05-11
  • 2022-12-23
相关资源
相似解决方案