Annotation Interface DataStoreID


@Retention(RUNTIME) @Target(TYPE) public @interface DataStoreID
Sets the DataStore's name when loading the data store, use when implementing DataStore
Using this interface also enabled the class for auto initialization
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the DataStore
  • Element Details

    • id

      String id
      The name of the DataStore
      Returns:
      String
      Default:
      ""