Km Annotation Argument
Represents an argument of the annotation.
Inheritors
Types
An annotation argument which is another annotation value.
Annotation argument whose type is one of the kotlin.Array
KClasses.
An annotation argument with an array type, i.e., several values of one arbitrary type.
An annotation argument with a Boolean type.
An annotation argument with a Double type.
An annotation argument with an enumeration type.
An annotation argument with a Float type.
An annotation argument of KClass type.
A kind of annotation argument, whose value is directly accessible via value. This is possible for annotation arguments of primitive types, unsigned types, and strings.
An annotation argument with a Short type.
An annotation argument with a String type.
An annotation argument with a UByte type.
An annotation argument with a ULong type.
An annotation argument with a UShort type.