Package co.aikar.commands.annotation
Annotation Type PreCommand
-
@Retention(RUNTIME) @Target({METHOD,ANNOTATION_TYPE}) public @interface PreCommand
This runs before any other command method each time it is invoked.
@Retention(RUNTIME) @Target({METHOD,ANNOTATION_TYPE}) public @interface PreCommand