Package co.aikar.commands.annotation


package co.aikar.commands.annotation
  • Annotation Types
    Class
    Description
    The Author annotation is to define whether the parameter should be the author object from the event or parsed from the user's input.
    The CrossGuild annotation is to define whether the parameter should be guild-specific or global.
    The SelfUser annotation is to define whether the parameter should be represented by JDA's user object or if it should be parsed from command input.