Package io.github.hanielcota.commandframework.annotation
@NullMarked
package io.github.hanielcota.commandframework.annotation
-
Annotation InterfacesClassDescriptionDeclares an additional alias for a specific subcommand method.Marks a command route for asynchronous execution.Supplies a default raw value when the caller omits this argument.Provides a human-readable description for a command route.Marks a
Stringparameter as greedy, consuming all remaining argument tokens joined by a single space.Overrides the auto-generated usage syntax for a command route.