001package io.ebean.docstore;
002
003/**
004 * Document Mapping for a bean marker interface.
005 */
006public interface DocMapping {
007}