We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9381b14 commit 2023e04Copy full SHA for 2023e04
src/main/java/org/maxgamer/quickshop/api/command/CommandHandler.java
@@ -29,7 +29,7 @@
29
/**
30
* The command handler that processing sub commands under QS main command
31
*
32
- * @param <T> The subtype of CommandSender
+ * @param <T> The required sender class you want, must is the sub type of CommandSender
33
*/
34
public interface CommandHandler<T extends CommandSender> {
35
0 commit comments