Annotation Type ConfigVersion


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface ConfigVersion
    The version of specific ConfigValue.
    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) int value
      The version of the configuration field.
    • Element Detail

      • value

        @org.jetbrains.annotations.Range(from=0L, to=65535L) int value
        The version of the configuration field.
        Returns:
        the version of the configuration field
        Default:
        0