Annotation Type MongoMirrors.Repository


  • @Annotation("org.immutables.mongo.Mongo.Repository")
    public static @interface MongoMirrors.Repository
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String collection  
      boolean index  
      boolean readonly  
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value
        Default:
        ""
      • collection

        java.lang.String collection
        Default:
        ""
      • readonly

        boolean readonly
        Default:
        false
      • index

        boolean index
        Default:
        true