001package io.ebean.docstore;
002
003/**
004 * Document update context marker interface.
005 */
006public interface DocUpdateContext {
007}