Annotation Interface InitialLoading


@Retention(RUNTIME) @Target(TYPE) public @interface InitialLoading
Annotate your custom container class with this annotation to toggle whether you want your container to load all the data upon plugin enabling process.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Toggle whether this container's data should be loaded on start.
  • Element Details

    • value

      boolean value
      Toggle whether this container's data should be loaded on start.
      Returns:
      True if it should autoload, false if it shouldn't load.
      Default:
      true