Package co.aikar.commands.annotation
Annotation Type CommandCompletion
-
@Retention(RUNTIME) @Target({METHOD,ANNOTATION_TYPE}) public @interface CommandCompletion
Many implementation platforms have a concept of "Tab Completions", where pressing tab will give suggestions on what you can input.This annotation specifies either static completion values, or special @codes that let you define Completion Handlers to dynamically populate completion values.