@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)

Package org.spongepowered.configurate.loader

Base infrastructure for configuration loaders

A configuration loader is responsible for converting between the location of a serialized form (a file, string, or URL) and a ConfigurationNode. Most loader implementations will want to extend AbstractConfigurationLoader in order to gain some standard abilities. Any binary formats will probably want to find other solutions, since the abstract loader assumes in many places that configuration files are text files.