Byte

data class Byte(val value: Byte) : AnnotationArgument.Primitive<Byte> (source)

Constructors

Link copied to clipboard
constructor(value: Byte)

Properties

Link copied to clipboard
Link copied to clipboard
open override val value: Byte

Functions