Eclipse配置注释模板
生活随笔
收集整理的這篇文章主要介紹了
Eclipse配置注释模板
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
通過菜單 Window->Preference -> Java -> Code Style -> Code Templates 在右側選擇Comments 選擇修改選項
Files:
/** ** Title: ${file_name}** Description: ** Copyright: Copyright (c) 2019** Company: ** @author Ethan ** @date ${date} ** @version 1.0 **/
?Types:
/**** Title: ${type_name}** Description: ** @author Ethan** @date ${date}**/
Fields:
/**** ${field}**/
Constructors:
/**** Title: ** Description: ** ${tags}**/
Methods:
/**** Title: ${enclosing_method}** Description: * * ${tags}**/
Overriding methods:
/* (non-Javadoc) ** Title: ${enclosing_method}** Description: ** ${tags} ** ${see_to_overridden} **/
Delegate methods:
/**** ${tags}** ${see_to_target}**/
Getters:
/**** @return the ${bare_field_name}**/
Setters:
/**** @param ${param} the ${bare_field_name} to set**/
?
轉載于:https://www.cnblogs.com/WaterGe/p/11072444.html
總結
以上是生活随笔為你收集整理的Eclipse配置注释模板的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: OO总结
- 下一篇: vue element 关闭当前tab