com.electronwill.nightconfig.core.serde with serde.annotations.@Deprecated
@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface Path
AdvancedPath, Path
accepts a simple String, so it's not possible to use dots in key names (because dots are
interpreted as a separator between each key). If you have a complicated path with dots in key
names, use AdvancedPath instead of Path.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Deprecated.
The path of the value in the configuration.
|
public abstract java.lang.String value
Use AdvancedPath if you have a key that contains dots.