ExperimentalFlowMVIAPI
@RequiresOptIn(message = "
This API is experimental - it has no automated testing and breaking changes are very likely in the next releases.
Use at your own risk. This is not a "regular" experimental annotation you can just opt-in to without consideration.
You have been warned.
")
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY] )
Marker annotation for store apis that are experimental.