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.

  • Class
    Description
    Main 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 Flag annotations on the same method.
    Annotation to define options for command arguments.
    Container annotation for holding multiple Option annotations on the same method.