Solutions
Multiplatform
Server-side
Data science
Android
Docs
Community
Teach
Play
Playground
Examples
Koans
toggle menu
kotlin-metadata-jvm
2.0.20
jvm
switch theme
search in API
kotlin-metadata-jvm
/
kotlin.metadata
/
KmAnnotationArgument
/
IntValue
Int
Value
data
class
IntValue
(
val
value
:
Int
)
:
KmAnnotationArgument.LiteralValue
<
Int
>
An annotation argument with a
Int
type.
Members
Constructors
Int
Value
Link copied to clipboard
constructor
(
value
:
Int
)
Properties
value
Link copied to clipboard
open
override
val
value
:
Int
The value of this argument.