Order

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class Order(val value: Int)

Used to order tokens in the catalog, preview and tests.

Properties

Link copied to clipboard
val value: Int