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