A LazyInitializable is an object that can be initialized lazily. Note: the instance field initialized of sub-class should be volatile to avoid JVM instructions re-ordering
LazyInitializable
initialized
volatile
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.