Annotation Interface ListComponent


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

    • name

      String name
      Returns:
      The name of this checkbox to display as a label
    • key

      String key
      Returns:
      A unique key used to identify this selector
    • type

      Class<?> type
      Returns:
      The element type of the available selections
    • minimumSelection

      int minimumSelection
      Default:
      0
    • desc

      String desc
      Default:
      ""