Package co.aikar.commands.annotation
Annotation Type Private
-
@Retention(RUNTIME) @Target({METHOD,TYPE,ANNOTATION_TYPE}) public @interface Private
Marks a command to not be included in stuff like tab completion and help pages
@Retention(RUNTIME) @Target({METHOD,TYPE,ANNOTATION_TYPE}) public @interface Private