Annotation Interface PluginConfig


@Target(TYPE) @Retention(RUNTIME) public @interface PluginConfig
Annotation to mark a class as containing configuration properties.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the configuration file.
  • Element Details

    • value

      String value
      The name of the configuration file. (e.g., "config.yml")
      Returns:
      the configuration file name