@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface SuggestionMethodMeta
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
depAlternate
What should be used instead of deprecated field
|
boolean |
deprecated |
java.lang.String |
description
Markdown description of the method to show in suggestion help.
|
boolean |
internalPublic
Meant for public fields that meant to be internal and not exposed in UI Suggestions
|
java.lang.String[] |
params
Param names, in order.
|