PrimaryContext

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class PrimaryContext(val order: Int = 0)

Properties

Link copied to clipboard
val order: Int = 0