This is a built-in template used by IDEA each time you create a new Java interface, by
selecting New | Interface from the popup menu in one of the project views. The template is editable. Along with Java expressions and comments, you can also use the predefined variables (listed below) that will be then expanded like macros into the corresponding values. Using the #parse directive, you can include templates from the Includes tab, by specifying the full name of the desired tamplate as a parameter in quotation marks. |
Predefined variables will take the following values: | ||
name of the package in which the new interface is created | ||
name of the new interface specified by you in the New Interface dialog | ||
current user system login name | ||
current system date | ||
current system time | ||
current year | ||
current month | ||
current day of the month | ||
current hour | ||
current minute |