EagerInitialization
@ExperimentalStdlibApi @Target([AnnotationTarget.PROPERTY]) annotation class EagerInitialization
(source)
Forces a top-level property to be initialized eagerly, opposed to lazily on the first access to file and/or property.
Constructors
<init>
Forces a top-level property to be initialized eagerly, opposed to lazily on the first access to file and/or property.
EagerInitialization()