資源描述:
《myeclipse_(注釋模板詳細(xì))》由會(huì)員上傳分享,免費(fèi)在線(xiàn)閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫(kù)。
1、網(wǎng)上資料:共享Window-->Java-->CodeStyle-->CodeTemplates-->Comments-->types-->Edit/**??*???*項(xiàng)目名稱(chēng):${project_name}??*類(lèi)名稱(chēng):${type_name}??*類(lèi)描述:??*創(chuàng)建人:${user}??*創(chuàng)建時(shí)間:${date}${time}??*修改人:${user}??*修改時(shí)間:${date}${time}??*修改備注:??*@version???*???*/----------------------------
2、------------------------------------------------------------------------------設(shè)置注釋模板的入口:Window->Preference->Java->CodeStyle->CodeTemplate然后展開(kāi)Comments節(jié)點(diǎn)就是所有需設(shè)置注釋的元素啦?,F(xiàn)就每一個(gè)元素逐一介紹:文件(Files)注釋標(biāo)簽:/**?*@Title:${file_name}*@Package${package_name}*@Description:${tod
3、o}*@authorA18ccmsA18ccms_gmail_com?*@date${date}${time}*@versionV1.0?*/類(lèi)型(Types)注釋標(biāo)簽(類(lèi)的注釋?zhuān)?***@ClassName:${type_name}*@Description:*@author:秦天朋*@date${date}${time}**${tags}*/字段(Fields)注釋標(biāo)簽:/***@Fields${field}:${todo}(用一句話(huà)描述這個(gè)變量表示什么)*/構(gòu)造函數(shù)標(biāo)簽:/***
Title:
4、>*
Description:
*${tags}*/方法(Constructor&Methods)標(biāo)簽:/***@Title:${enclosing_method}*@Description:${todo}(這里用一句話(huà)描述這個(gè)方法的作用)*@param${tags}???設(shè)定文件*@return${return_type}???返回類(lèi)型*@throws*/覆蓋方法(OverridingMethods)標(biāo)簽:/*(非Javadoc)*
Title:${enclosing_method}
*<
5、p>Description:
*${tags}*${see_to_overridden}*/代表方法(DelegateMethods)標(biāo)簽:/***${tags}*${see_to_target}*/getter方法標(biāo)簽:/***@return${bare_field_name}*/setter方法標(biāo)簽:/***@param${param}要設(shè)置的${bare_field_name}*/簡(jiǎn)單模板例子:viewplaincopytoclipboardprint?
6、ing="UTF-8"?>/***@Fields${field}:${todo}(用一句話(huà)描述這個(gè)變量表示什么)*/7、>/***@return${bare_field_name}*/8、ontext="constructorcomment_context"deleted="false"description="創(chuàng)建的構(gòu)造函數(shù)的注釋"enabled="true"id="org.eclipse.jdt.ui.text.codetemplates.constructorcomment"name="constructorcomment">/***
Title:${file