Annotation 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 ElementsModifier and TypeOptional ElementDescriptionbooleanToggle whether this container's data should be loaded on start.
-
Element Details
-
value
boolean valueToggle whether this container's data should be loaded on start.- Returns:
- True if it should autoload, false if it shouldn't load.
- Default:
true
-