Uses of Annotation Interface
tech.guilhermekaua.spigotboot.config.annotation.FolderConfig
Packages that use FolderConfig
Package
Description
-
Uses of FolderConfig in tech.guilhermekaua.spigotboot.config
Methods in tech.guilhermekaua.spigotboot.config with parameters of type FolderConfigModifier and TypeMethodDescription<T> voidDefaultConfigManager.registerFolderConfig(@NotNull Class<T> itemType, @NotNull FolderConfig annotation) Registers a folder-based config (folder-config). -
Uses of FolderConfig in tech.guilhermekaua.spigotboot.config.folder
Constructors in tech.guilhermekaua.spigotboot.config.folder with parameters of type FolderConfigModifierConstructorDescriptionFolderConfigEntry(@NotNull Class<T> itemType, @NotNull FolderConfig annotation, @NotNull BootPlugin plugin, @NotNull YamlConfigLoader loader, @NotNull Binder binder, @NotNull NamingStrategy namingStrategy) Creates a new folder config entry.