Annotation Interface AutoRegisterTabCompleter
Annotation to mark a TabCompleter class for automatic registration.
Use the
AutoCommandRegistrar to register all annotated tab completers.-
Optional Element Summary
Optional Elements
-
Element Details
-
command
String commandThe command to register the tab completer for.- Default:
""
-
commands
String[] commandsThe commands to register the tab completer for.- Default:
{}
-
name
String nameDeprecated.Usecommand()orcommands()to specify the commands instead.The name of the tab completer. NOT the actual command string, but a speaking name for the completer.- Default:
""
-
command()orcommands()to specify the commands instead.