WasiEmscriptenHostLongDef
annotation class WasiEmscriptenHostLongDef(val value: Long = [], val flag: Boolean = false, val open: Boolean = false)(source)
Annotation to denote that the annotated long
element represents a logical type and that its value should be one of the explicitly named constants.
If the flag
attribute is set to true
, multiple constants can be combined.
This is similar to the LongDef
annotation from the androidx-annotation
package, but with BINARY retention. It is used only as a hint to the reader.