Found it. In Java in a Nutshell, 4th ed., David Flanagan, O'Reilly & Assoc., Inc., page 97:
------------------------------------------------------------
Initializer blocks
...Java does allow us to write arbitrary code for the initialization of class fields... with a construct known as a...