记录一下自己在 eclipse 中使用的 javadoc 模板

留个备份,避免每次创建workspace时重新设置的麻烦

Types

/**
 * 

* 类描述 *

* *

Copyright(C) 2017-${year} http://www.itez.com.cn">上游科技

* *
@author Z.Mingyu * @date ${date} ${time} */

Methods

/** 

* 方法描述 *

* * ${tags}
*/

VM options

-encoding UTF-8 -charset UTF-8 -tag date:a:日期:

模板导出

codetemplates.xml

你可能感兴趣的:(记录一下自己在 eclipse 中使用的 javadoc 模板)