Annotation Type AdvancedPath
-
@Retention(RUNTIME) @Target({FIELD,TYPE}) public @interface AdvancedPathIndicates the path, in the config, of the annotated element. UnlikePath, 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[]valueThe path of the value in the configuration.
-