ByteValue

data class ByteValue(val value: Byte) : AnnotationInstance.Value

Constructors

Link copied to clipboard
constructor(value: Byte)

Properties

Link copied to clipboard
val value: Byte

Functions

Link copied to clipboard
open fun toMemberValue(constPool: ConstPool): MemberValue