micro_utils.dokka
Toggle table of contents
0.29.4
common
Target filter
common
Switch theme
Search in API
Skip to content
micro_utils.dokka
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
PreviewFeature
Preview
Feature
@
RequiresOptIn
(
message
=
"It is possible, that behaviour of this thing will be changed or removed in future releases"
,
level
=
RequiresOptIn.Level.WARNING
)
@
Target
(
allowedTargets
=
[
AnnotationTarget.CLASS
,
AnnotationTarget.CONSTRUCTOR
,
AnnotationTarget.FIELD
,
AnnotationTarget.PROPERTY
,
AnnotationTarget.PROPERTY_GETTER
,
AnnotationTarget.PROPERTY_SETTER
,
AnnotationTarget.FUNCTION
,
AnnotationTarget.TYPEALIAS
]
)
annotation class
PreviewFeature
(
val
message
:
String
=
"It is possible, that behaviour of this thing will be changed or removed in future releases"
)
(
source
)
Members
Properties
message
Link copied to clipboard
val
message
:
String