arekolek
04/29/2019, 2:06 PMdefault thread-safety mode LazyThreadSafetyMode.SYNCHRONIZED.
Locks are used to ensure that only a single thread can initialize the Lazy instance.
poohbar
04/29/2019, 2:10 PMcompanion object {
@JvmField
val EMPTY = Attributes(null, null, null, null, null)
}