Annotation Interface Command
Annotation to mark a class for automatic command registration.
Use the
AutoCommandRegistrar to register value annotated with this.-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] valueThe command(s) to register the command for.
-