table
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
table
table-core
/
ua.wwind.table
/
ExperimentalTableApi
Experimental
Table
Api
@
RequiresOptIn
(
message
=
"This table library API is experimental and may change without notice. Opt in with @OptIn(ExperimentalTableApi::class)."
,
level
=
RequiresOptIn.Level.ERROR
)
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.FUNCTION
,
AnnotationTarget.PROPERTY
,
AnnotationTarget.PROPERTY_GETTER
,
AnnotationTarget.PROPERTY_SETTER
,
AnnotationTarget.FIELD
,
AnnotationTarget.TYPEALIAS
,
AnnotationTarget.CONSTRUCTOR
]
)
annotation class
ExperimentalTableApi