public interface io.ebean.annotation.DocStore extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: io.ebean.annotation.DocStore
  super_class: java.lang.Object
{
  public abstract java.lang.String queueId();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""

  public abstract java.lang.String indexName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""

  public abstract java.lang.String indexType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""

  public abstract boolean enableAll();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: true

  public abstract java.lang.String refreshInterval();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""

  public abstract int shards();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: 0

  public abstract int replicas();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: 0

  public abstract io.ebean.annotation.DocMapping[] mapping();
    descriptor: ()[Lio/ebean/annotation/DocMapping;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: {}

  public abstract io.ebean.annotation.DocStoreMode persist();
    descriptor: ()Lio/ebean/annotation/DocStoreMode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: io.ebean.annotation.DocStoreMode.DEFAULT:Lio/ebean/annotation/DocStoreMode;

  public abstract io.ebean.annotation.DocStoreMode insert();
    descriptor: ()Lio/ebean/annotation/DocStoreMode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: io.ebean.annotation.DocStoreMode.DEFAULT:Lio/ebean/annotation/DocStoreMode;

  public abstract io.ebean.annotation.DocStoreMode update();
    descriptor: ()Lio/ebean/annotation/DocStoreMode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: io.ebean.annotation.DocStoreMode.DEFAULT:Lio/ebean/annotation/DocStoreMode;

  public abstract io.ebean.annotation.DocStoreMode delete();
    descriptor: ()Lio/ebean/annotation/DocStoreMode;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: io.ebean.annotation.DocStoreMode.DEFAULT:Lio/ebean/annotation/DocStoreMode;

  public abstract java.lang.String doc();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    AnnotationDefault: ""
}
SourceFile: "DocStore.java"
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Target(value = {java.lang.annotation.ElementType.TYPE:Ljava/lang/annotation/ElementType;})
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)