mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-19 07:50:13 +08:00
13 lines
206 B
Plaintext
13 lines
206 B
Plaintext
|
use
|
||
|
library
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["constant", "use"],
|
||
|
["constant", "library"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for constants.
|