Hierarchy For All Packages

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • cloud.commandframework.annotations.AnnotationParser<C>
    • cloud.commandframework.annotations.parsers.MethodArgumentParser<C,​T> (implements cloud.commandframework.arguments.parser.ArgumentParser<C,​T>)
    • cloud.commandframework.annotations.suggestions.MethodSuggestionsProvider<C> (implements java.util.function.BiFunction<T,​U,​R>)

Annotation Type Hierarchy

  • cloud.commandframework.annotations.Argument (implements java.lang.annotation.Annotation)
  • cloud.commandframework.annotations.CommandDescription (implements java.lang.annotation.Annotation)
  • cloud.commandframework.annotations.CommandMethod (implements java.lang.annotation.Annotation)
  • cloud.commandframework.annotations.CommandPermission (implements java.lang.annotation.Annotation)
  • cloud.commandframework.annotations.Confirmation (implements java.lang.annotation.Annotation)
  • cloud.commandframework.annotations.Flag (implements java.lang.annotation.Annotation)
  • cloud.commandframework.annotations.Hidden (implements java.lang.annotation.Annotation)
  • cloud.commandframework.annotations.parsers.Parser (implements java.lang.annotation.Annotation)
  • cloud.commandframework.annotations.ProxiedBy (implements java.lang.annotation.Annotation)
  • cloud.commandframework.annotations.injection.RawArgs (implements java.lang.annotation.Annotation)
  • cloud.commandframework.annotations.Regex (implements java.lang.annotation.Annotation)
  • cloud.commandframework.annotations.suggestions.Suggestions (implements java.lang.annotation.Annotation)