博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Eclipse文件首部自动加 作者时间
阅读量:6701 次
发布时间:2019-06-25

本文共 521 字,大约阅读时间需要 1 分钟。

 Window -> Preferences -> Java -> Code Style -> Code templates -> (in right-hand pane) Comments -> double-click Types and make sure it has the following, which it should have by default:

/** * @author ${user} * ${date}  ${time} */

then hit the key combo Shift + Alt + J and that will insert a new javadoc comment above, along with the author tag for your user.

 

 

ref: http://stackoverflow.com/questions/7958530/adding-author-name-in-eclipse-automatically-to-existing-files

转载于:https://www.cnblogs.com/pinganzi/p/6696573.html

你可能感兴趣的文章
模拟实现strstr
查看>>
解决Office系列安装不上的办法
查看>>
vimdiff的简单使用
查看>>
我的友情链接
查看>>
工作的习惯,看到好收藏下
查看>>
利用ACS来实现AAA服务
查看>>
国内开源镜像站
查看>>
vb.net中东软医保接口的调用
查看>>
java 消息摘要算法MD
查看>>
Web Service security UserNameToken 使用
查看>>
I/O重定向
查看>>
去除vue项目中的#及其ie9兼容性
查看>>
linux实例 批量修改图片文件名
查看>>
day15(mysql 的多表查询,事务)
查看>>
IOS
查看>>
beta冲刺第三天
查看>>
beta第二天
查看>>
工作中常用的但是又容易忽略的问题
查看>>
css特殊情况
查看>>
洛谷 P2735 电网 Electric Fences Label:计算几何--皮克定理
查看>>