mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-10 11:30:19 +08:00
15 lines
265 B
Plaintext
15 lines
265 B
Plaintext
foo:
|
|
foo_bar :
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["property", "foo"],
|
|
["punctuation", ":"],
|
|
["property", "foo_bar"],
|
|
["punctuation", ":"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for object properties. |