Annotation Type 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
      java.lang.String[] value
      The path of the value in the configuration.
    • Element Detail

      • value

        java.lang.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