mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2026-09-05 22:24:55 +08:00
15 lines
240 B
Plaintext
15 lines
240 B
Plaintext
AZ
|
|
PRISM
|
|
FOOBAR_42
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["constant", "AZ"],
|
|
["constant", "PRISM"],
|
|
["constant", "FOOBAR_42"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for constants. |