fill changes

This commit is contained in:
2021-06-17 13:39:02 +06:00
parent 63eb7b7ea8
commit e715772dbf
6 changed files with 60 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ package dev.inmo.micro_utils.common
AnnotationTarget.TYPEALIAS,
AnnotationTarget.TYPE_PARAMETER
)
annotation class PreviewFeature
annotation class PreviewFeature(val message: String = "It is possible, that behaviour of this thing will be changed or removed in future releases")
@RequiresOptIn(
"This thing is marked as warned. See message of warn to get more info",