This is a built-in template used for filling the body of a method
when it is generated, e.g. when using the Create method from usage intention action. The template is editable. Along with Java expressions and comments, you can also use predefined variables that will be then expanded into the corresponding values. |
Predefined variables will take the following values: | ||
return type of a created method | ||
value returned by the method by default | ||
name of the created method | ||
qualified name of the class where method is created | ||
non-qualified name of the class where method is implemented | ||
All the predefined variables from the File Header template (Includes tab) are also available (e.g. ${USER}, ${DATE}, etc.) |