Internal Storage Api
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY ] )
Marks declarations that are internal to the Storage 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.