Scope

@Target(allowedTargets = [AnnotationTarget.CLASS])
actual annotation class Scope(val scope: Int)
@Target(allowedTargets = [AnnotationTarget.CLASS])
expect annotation class Scope(val scope: Int)

Identifies scope annotations.

actual annotation class Scope(val scope: Int)

Properties

Link copied to clipboard
actual val scope: Int
expect val scope: Int
actual val scope: Int