Annotation Type CommandMethod
-
@Retention(RUNTIME) @Target(METHOD) public @interface CommandMethodUsed to declare a class method as a command method
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueCommand syntax
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<?>requiredSenderThe required sender
-