ConstantValue

Collection of annotations that allow to store constant values.

Types

Link copied to clipboard
annotation class Byte(val value: Byte)
Link copied to clipboard
annotation class Double(val value: Double)
Link copied to clipboard
annotation class Float(val value: Float)
Link copied to clipboard
annotation class Int(val value: Int)
Link copied to clipboard
annotation class Long(val value: Long)
Link copied to clipboard
annotation class Short(val value: Short)
Link copied to clipboard
annotation class String(val value: String)
Link copied to clipboard
annotation class UByte(val value: UByte)
Link copied to clipboard
annotation class UInt(val value: UInt)
Link copied to clipboard
annotation class ULong(val value: ULong)
Link copied to clipboard
annotation class UShort(val value: UShort)