Mandylover

Eclipse中设置在创建新类时自动生成注释的方法

2016-04-24 22:51  Mandylover  阅读(227)  评论(0编辑  收藏  举报

 windows–>preference
Java–>Code Style–>Code Templates
code–>new Java files
编辑它

${filecomment}
${package_declaration}
/**
* @author 作者 E-mail:
* @version 创建时间:${date} ${time}
* 类说明
*/
${typecomment}
${type_declaration}

分类:

技术点:

相关文章:

  • 2021-11-05
  • 2021-08-01
  • 2021-04-18
  • 2022-01-24
  • 2022-12-23
  • 2021-09-28
  • 2021-07-04
猜你喜欢
  • 2022-01-30
  • 2021-05-03
  • 2021-10-21
  • 2021-12-05
  • 2021-06-15
  • 2021-06-02
相关资源
相似解决方案