Annotation Interface ConfigValue


@Retention(RUNTIME) @Target(FIELD) public @interface ConfigValue
  • Element Details

    • key

      String key
      Default:
      ""
    • category

      String category
      Default:
      ""
    • name

      String name
      Default:
      ""
    • comment

      String comment
      Default:
      ""
    • range

      double[] range
      Default:
      {0.0, 2.147483647E9}