@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) expect annotation class JvmSynchronized
Stands for kotlin.jvm.Synchronized on the JVM platform and a dummy annotation on the other platforms.
JvmSynchronized()
Stands for |