Package me.despical.commandframework.annotations
package me.despical.commandframework.annotations
Contains all annotations provided by the Command Framework.
These annotations are used to define and configure commands, subcommands, and other framework-related behaviors.
-
ClassDescriptionMain class of the framework to create commands in easy way.Available command sender or senders.A utility class in framework to create argument completions for commands.Annotation to specify flags for command arguments.Container annotation for holding multiple
Flagannotations on the same method.Annotation to define options for command arguments.Container annotation for holding multipleOptionannotations on the same method.