mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
8 lines
119 B
Java
8 lines
119 B
Java
package io.ebean.docstore;
|
|
|
|
/**
|
|
* Document update context marker interface.
|
|
*/
|
|
public interface DocUpdateContext {
|
|
}
|