reference-counter.kt/src/commonMain/kotlin/ru/landgrafhomyak/utility/closeable_state/ManualStateManipulation.kt

8 lines
222 B
Kotlin

package ru.landgrafhomyak.utility.closeable_state
@RequiresOptIn(
message = "Manual state control is unsafe, are you sure to do this",
level = RequiresOptIn.Level.ERROR
)
public annotation class ManualStateManipulation