Annotation Interface SuggestionFieldMeta


@Retention(RUNTIME) @Target(FIELD) public @interface SuggestionFieldMeta
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    What should be used instead of deprecated field
    boolean
     
    Markdown description of the field to show in suggestion help.
    boolean
    Meant for public fields that meant to be internal and not exposed in UI Suggestions
  • Element Details

    • description

      String description
      Markdown description of the field to show in suggestion help.
      Default:
      ""
    • internalPublic

      boolean internalPublic
      Meant for public fields that meant to be internal and not exposed in UI Suggestions
      Default:
      false
    • deprecated

      boolean deprecated
      Default:
      false
    • depAlternate

      String depAlternate
      What should be used instead of deprecated field
      Default:
      ""