17 lines
368 B
Plaintext
17 lines
368 B
Plaintext
![]() |
@BaseScript MyBaseClass baseScript
|
||
|
@DelegatesTo(EmailSpec)
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["annotation", "@BaseScript"],
|
||
|
" MyBaseClass baseScript\r\n",
|
||
|
["annotation", "@DelegatesTo"],
|
||
|
["punctuation", "("],
|
||
|
"EmailSpec",
|
||
|
["punctuation", ")"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for annotations.
|