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