Annotation Interface ConfigPath


@Target(TYPE) @Retention(RUNTIME) public @interface ConfigPath
Annotation for passing the config path to the Config interface so it can load the values to the object
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The path of the config
  • Element Details

    • value

      String value
      The path of the config
      Returns:
      The file path to the config
      Default:
      ""