eclipse中设置默认注释

类注释
window-preference-java-codeStyle-code Templates-Comments-Types
/**
* @className:${type_name}
* @description:
* @author:joe
* @date:${date} ${time}
* ${tags}
*/
方法注释
window-preference-java-codeStyle-code Templates-Comments-Methods
/**
* @description:
* ${tags}
* @date: ${date} ${time}
* @author: joe
*/

猜你喜欢

转载自xingzhiyang2016.iteye.com/blog/1543172
今日推荐