I came across this Java code:
static { String aux = \"value\"; try { // some code here } catch (Exception e) { } String UUID_prefix =
This is a static initializer.