Annotation Interface ColorPicker


@Retention(RUNTIME) @Target(FIELD) public @interface ColorPicker
Renders a color config field as a color picker.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Stable storage key for the config value.
    User-facing label.
  • 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:
      ""