kobweb
Toggle table of contents
0.25.0
common
Target filter
common
Switch theme
Search in API
Skip to content
kobweb
framework-annotations
/
com.varabyte.kobweb.framework.annotations
Package-level
declarations
Types
Types
Delicate
Api
Link copied to clipboard
@
RequiresOptIn
(
level
=
RequiresOptIn.Level.WARNING
,
message
=
"This API is delicate and should only be used after reviewing its documentation."
)
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
]
)
annotation class
DelicateApi
(
val
message
:
String
)