Annotation Interface TabCompleterHandler


@Target(TYPE) @Retention(RUNTIME) public @interface TabCompleterHandler
Annotation to mark a TabCompleter class for automatic registration. Use the AutoCommandRegistrar to register all annotated tab completers.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The command(s) to register the tab completer for.
    The command(s) to register the tab completer for.
  • Element Details

    • value

      String[] value
      The command(s) to register the tab completer for.
      Default:
      {}
    • commands

      String[] commands
      The command(s) to register the tab completer for.
      Default:
      {}