kbox-android / ch.tutteli.kbox / JvmSynchronized

JvmSynchronized

actual typealias JvmSynchronized = Synchronized (source)

Typealias for kotlin.jvm.Synchronized.

@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) expect annotation class JvmSynchronized (source)

Stands for kotlin.jvm.Synchronized on the JVM platform and a dummy annotation on the other platforms.

Constructors

<init>

JvmSynchronized()

Stands for kotlin.jvm.Synchronized on the JVM platform and a dummy annotation on the other platforms.