Module io.annot8.api
Package io.annot8.api.stores
This package contains the api interfaces for store objects
Stores are used to hold annotations or groups. These might be in memory, or could be backed by a database or other persistent data structure.
-
Interface Summary Interface Description AnnotationStore Base annotations interface from which all other annotation stores extend.GroupStore Base groups interface from which all other group stores extend.