6 ms·
Stable values are good, though I would rather see a 'lazy' keyword. Something like this: private static final lazy Log log = Log.get(); which instantiate
by java-man 1y ago
Stable values are good, though I would rather see a 'lazy' keyword.
Something like this:
private static final lazy Log log = Log.get();
which instantiates the `log` field atomically on the first use.