Package com.avrix.commands
Annotation Interface CommandName
An annotation that includes the name of the command (without slashes or other prefixes).
-
Required Element Summary
-
Element Details
-
value
String valueThe name of the command.- Returns:
- The name of the command without slashes or prefixes.
-