Package io.github.projectunified.craftcommand.annotation
package io.github.projectunified.craftcommand.annotation
Core annotations for defining commands with CraftCommand.
- See Also:
-
Annotation InterfacesClassDescriptionDefines a command or subcommand.Dual-purpose annotation.Makes a parameter consume all remaining arguments.Overrides the parameter name in usage strings and error messages.Binds a parameter to a local resolver method, or marks a method as a resolver.Binds a parameter to a suggestion provider method in the command class.