Annotation Interface Suggest
Binds a command parameter to a suggestion provider method inside the command class.
This method is invoked when tab completing arguments for the parameter.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe name of the suggestion provider method inside the command class.- Returns:
- the suggestion provider method name
-