This is a built-in template used for filling the body of a Groovy method
each time it is generated by the program, e.g. when using the Create method from usage intention action. The template is editable. Along with Groovy expressions and comments, you can also use the predefined variables that will be then expanded into the corresponding values. |
Predefined variables will take the following values: | ||
a return type of a created method | ||
a 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 |