Annotation Type ConfigVersion
-
@Target(FIELD) @Retention(RUNTIME) public @interface ConfigVersionThe version of specificConfigValue.
Used for versioning target field for rewrite/upgrade.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description @org.jetbrains.annotations.Range(from=0L, to=65535L) intvalueThe version of the configuration field.
-