Annotation Interface AutoOptionDefined


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

    • category

      String[] category
      Default:
      {}
    • type

      Default:
      NO_TYPE
    • name

      String[] name
    • help

      HelpInfo help
      Default:
      @ghidra.framework.options.annotation.HelpInfo(topic={})
    • description

      String description
    • editor

      Class<? extends PropertyEditor> editor
      Default:
      java.beans.PropertyEditor.class