Eclipse自動生成注釋
Eclipse中設(shè)置在創(chuàng)建新類時自動生成注釋
windows-->preference
Java-->Code Style-->Code Templates
code-->new Java files
編輯它
${filecomment}
${package_declaration}
/**
* @author 作者 E-mail:
* @version 創(chuàng)建時間:${date} ${time}
* 類說明
*/
${typecomment}
${type_declaration}
posted on 2008-01-07 21:25 石業(yè)海 閱讀(10732) 評論(3) 編輯 收藏 所屬分類: Eclipse