mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
17 lines
352 B
Plaintext
17 lines
352 B
Plaintext
@BaseScript MyBaseClass baseScript
|
|
@DelegatesTo(EmailSpec)
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["annotation", "@BaseScript"],
|
|
" MyBaseClass baseScript\r\n",
|
|
["annotation", "@DelegatesTo"],
|
|
["punctuation", "("],
|
|
"EmailSpec",
|
|
["punctuation", ")"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for annotations. |