| Predefined variables take the following values: |
| ${RETURN_TYPE} |
|
Return type of the created method |
| ${DEFAULT_RETURN_VALUE} |
|
Value returned by the method by default |
| ${METHOD_NAME} |
|
Name of the method that is implemented |
| ${CLASS_NAME} |
|
Qualified name of the class in which the method is implemented |
| ${SIMPLE_CLASS_NAME} |
|
Non-qualified name of the class in which the method is implemented |
| All the predefined variables from the File Header template (Includes tab) are also available
(e.g.
${USER},
${DATE},
etc.).
|