Internal Keystone Api
@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This is an internal Keystone API that should not be used from outside of the library. It may change without notice." )
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY ] )
Marks declarations that are internal to the Keystone library and should not be used from outside of the library. Using such APIs will result in a compilation error.
Internal APIs may change without notice between versions and are not subject to semantic versioning guarantees.