addInitializer

abstract fun addInitializer(initializer: () -> Unit)(source)

Adds a callback to be invoked immediately after the field being decorated is initialized (regardless if the field is static or not).