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 commandDeprecated.Usecommands()instead for multiple commands.The command to register.- Default:
""
-
commands
String[] commandsThe commands to register.- Default:
{}
-
name
String nameThe name of the tab completer. NOT the actual command string, but a speaking name for the completer.- Default:
""
-
commands()instead for multiple commands.