![]() |
|
| Name | @return |
| Example | @return List, holding the children of this element |
| Description | If it is not void you have to specify the return value of a method. After the @return tag you put the type of the return value followed by a description. |
| Usage | required |
| Used by | method description |