码迷,mamicode.com
首页 > 其他好文 > 详细

IntelliJ IDEA类头注释和方法注释

时间:2016-09-18 08:56:16      阅读:324      评论:0      收藏:0      [点我收藏+]

标签:

The template is editable. Along with static text, code and comments, you can also use predefined variables that will then be expanded like macros into the corresponding values.
Predefined variables will take the following values:
${PACKAGE_NAME}   name of the package in which the new file is created
${USER}   current user system login name
${DATE}   current system date
${TIME}   current system time
${YEAR}   current year
${MONTH}   current month
${MONTH_NAME_SHORT}   first 3 letters of the current month name. Example: Jan, Feb, etc.
${MONTH_NAME_FULL}   full name of the current month. Example: January, February, etc.
${DAY}   current day of the month
${HOUR}   current hour
${MINUTE}   current minute
${PROJECT_NAME}   the name of the current project

IntelliJ IDEA类头注释和方法注释

标签:

原文地址:http://www.cnblogs.com/huaxingtianxia/p/5880337.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!