ExperimentalSmiApi

@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.CONSTRUCTOR])
annotation class ExperimentalSmiApi

Marks declarations that are still experimental in the SMI SDK.

Experimental APIs may change or be removed in future releases without notice. Using these APIs requires explicit opt-in with the @OptIn annotation.