Priority

annotation class Priority

Properties

Link copied to clipboard
val HIGH: Int = 3
Link copied to clipboard
val LOW: Int = 1
Link copied to clipboard
val MEDIUM: Int = 2
Link copied to clipboard
val VERY_LOW: Int = 0

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String