标签:com std windows style comm temp current 自动 author
- 设置新建文件自动注释名字:
Windows -> Preference -> Java -> Code Style -> Code Templates -> Code -> New Java files -> Edit
${filecomment}
${package_declaration}
/**
* @author Stdio
* @version ${currentDate:date(‘yyyy-MM-dd HH:mm‘)}
*/
${typecomment}
${type_declaration}
标签:com std windows style comm temp current 自动 author
原文地址:https://www.cnblogs.com/stdio0/p/9966974.html