首页 > 代码库 > IntelliJ IDEA类头注释和方法注释
IntelliJ IDEA类头注释和方法注释
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类头注释和方法注释
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。