blob: 898aa671360920917dc439858e4f788d519b73ec [file] [log] [blame]
package accord.api;
/**
* A marker interface for a shard instance's storage, that is passed to
* {@link Read} and {@link Write} objects for execution
*/
public interface Store
{
}