mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-04-22 19:21:11 +08:00
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. |