1. 进入设置窗口
点击Window à Java à CodeStyle à Code Templates à Comments,进入注释设置窗口。
如图:
Comments下提供了以下9种类型的注释格式设置:
注释类型 | 说明 |
Files | 文件注释格式 |
Types | 类注释格式 |
Fields | 属性注释格式 |
Constructors | 构造注释格式 |
Methods | 方法注释格式 |
Overriding methods | 重写方法注释格式 |
代理方法注释格式 | |
Getters | Get方法注释格式 |
Setters | Set方法注释格式 |
2. 设置细节
选中Files,点击edit进行注释格式编辑:
选中Types,点击edit进行注释格式编辑:
选中Fields,点击edit进行注释格式编辑:
选中Constructors,点击edit进行注释格式编辑:
选中Methods,点击edit进行注释格式编辑:
选中Overriding methods,点击edit进行注释格式编辑:
选中Delegate methods,点击edit进行注释格式编辑:
选中Getters,点击edit进行注释格式编辑:
选中Setters,点击edit进行注释格式编辑: