Annotation Type Store


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Store
    Store. An annotation for identifying a persistent store and explicitly stating some of its characteristics.
    Since:
    9.0
    Author:
    Ryan Emerson
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean shared
      Whether the store can be shared amongst nodes in a distributed/replicated cache
    • Element Detail

      • shared

        boolean shared
        Whether the store can be shared amongst nodes in a distributed/replicated cache
        Default:
        false