Package tech.guilhermekaua.spigotboot.config.annotation


package tech.guilhermekaua.spigotboot.config.annotation
  • Annotation Interfaces
    Class
    Description
    Adds a comment above the YAML key.
    Marks a class as a configuration POJO that will be bound to a YAML file.
    Customizes field-to-YAML binding.
    Injects a single configuration value into a field or constructor parameter, similar to Spring's @Value.
    Provides a default value as a string (parsed at bind time).
    Marks a class as a folder-based config (folder-config).
    Specifies the folder config name for injecting a FolderConfigRef.
    Container annotation for repeatable FolderConfig annotations.
    Injects the map key when deserializing Map<String, T>.
    Marks a method on a DI-managed bean to be invoked after a config is reloaded.