Package-level declarations
Types
Link copied to clipboard
Annotation to mark a class as a Storage entity.
Link copied to clipboard
Interface for adapters that handle the mapping between domain entities and Storage storage structures.
Link copied to clipboard
@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.
Link copied to clipboard
Annotation to mark a property as the unique identifier for a Storage entity.