Annotation Interface ComboBox


@Retention(RUNTIME) @Target(FIELD) public @interface ComboBox
Renders a config field as a combo box.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Stable storage key for the config value.
    User-facing label.
    Type containing selectable values, usually an enum.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Optional tooltip text.
  • Element Details

    • key

      String key
      Stable storage key for the config value.
    • label

      String label
      User-facing label.
    • tooltip

      String tooltip
      Optional tooltip text.
      Default:
      ""
    • type

      Class<?> type
      Type containing selectable values, usually an enum.