EagerInitialization

JS
1.6
@Target([AnnotationTarget.PROPERTY]) annotation class EagerInitialization
(source)
Deprecated: This annotation is a temporal migration assistance and may be removed in the future releases, please consider filing an issue about the case where it is needed

Forces a top-level property to be initialized eagerly, opposed to lazily on the first access to file and/or property.

Constructors

JS
1.1

<init>

Forces a top-level property to be initialized eagerly, opposed to lazily on the first access to file and/or property.

EagerInitialization()