Order

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

Properties

Link copied to clipboard
val order: Int