io.ebeanservice.docstore.none.package-info Maven / Gradle / Ivy
/**
* "No op" implementation of document store.
*
* This is 'placeholder' implementation used if there is no document store service found
* and if there is an attempt to use the document store features an error will be thrown.
*
*/
package io.ebeanservice.docstore.none;