Annotation Interface Suggest


@Target(PARAMETER) @Retention(CLASS) public @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
    Modifier and Type
    Required Element
    Description
    The name of the suggestion provider method inside the command class.
  • Element Details

    • value

      String value
      The name of the suggestion provider method inside the command class.
      Returns:
      the suggestion provider method name