Package top.focess.qq.api.command
Annotation Type CommandType
-
@Target(TYPE) @Retention(RUNTIME) public @interface CommandType
Represent this class is a Command. It means that this class must extend Command class.
@Target(TYPE) @Retention(RUNTIME) public @interface CommandType