Solutions
Multiplatform
Server-side
Data science
Android
Docs
API
APIs overview
Standard library (stdlib)
Test library (kotlin.test)
Coroutines (kotlinx.coroutines)
Serialization (kotlinx.serialization)
Kotlin I/O library (kotlinx-io)
Date and time (kotlinx-datetime)
JVM Metadata (kotlin-metadata-jvm)
Kotlin Gradle plugins
Ktor
Community
Teach
Play
Playground
Koans
kotlin-metadata-jvm
Toggle table of contents
2.1.20
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-metadata-jvm
kotlin-metadata-jvm
/
kotlin.metadata
/
KmAnnotationArgument
/
UShortValue
UShort
Value
data
class
UShortValue
(
val
value
:
UShort
)
:
KmAnnotationArgument.LiteralValue
<
UShort
>
An annotation argument with a
UShort
type.
Members
Constructors
UShort
Value
Link copied to clipboard
constructor
(
value
:
UShort
)
Properties
value
Link copied to clipboard
open
override
val
value
:
UShort
The value of this argument.