eclipse代碼註釋風格

Window -> Preferences -> Java -> Code Style -> Code Templates -> Comments


Files:
/***********************************************************************
* Project: V1.0
* Module:
* Author: WangGaoPeng
***********************************************************************/


Types:
/**
* <b>功能:</b><br>
* <br>
* <b>完整路徑:</b> ${package_name}.${type_name} <br>
* <b>創建日期:</b> ${date} ${time} <br>
* @author WangGaopeng<br>
* @version 1.0, ${date}
*/


Methods:
/**
* <b>功能:</b><br>
* <br>
* WangGaoPeng , ${date}
* ${tags} ${return_type}
*/



Getters:
/**
* @return the ${bare_field_name}
*/


Setters:
/**
* @param ${param} the ${bare_field_name} to set
*/

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章