ConstantValue

object ConstantValue

Collection of annotations that allow to store constant values.

Types

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