Annotation Interface AdvancedPath


@Retention(RUNTIME) @Target({FIELD,TYPE}) public @interface AdvancedPath
Indicates the path, in the config, of the annotated element. Unlike Path, AdvancedPath accepts an array of String, so it's possible to use dots in key names.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The path of the value in the configuration.
  • Element Details

    • value

      String[] value
      The path of the value in the configuration. Each key is given by an element of the array.
      Returns:
      the path in the config