@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface AdvancedPath
Path, AdvancedPath
accepts an array of String, so it's possible to use dots in key names.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value
The path of the value in the configuration.
|