W3cubDocs

/Kotlin

Synchronized

Platform and version requirements: JS (1.1)
typealias Synchronized = Synchronized
Deprecated: Do not use Synchronized annotation in pure Kotlin/JS code
Platform and version requirements: Native (1.3)
@Target([AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER]) annotation class Synchronized
Deprecated: Do not use Synchronized annotation in pure Kotlin/Native code

Constructors

Platform and version requirements: Native (1.3)

<init>

Synchronized()

© 2010–2019 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-synchronized/index.html