🎨 @Annotation final -> final @Annotation
This commit is contained in:
parent
a6b98ca278
commit
7f013124b2
113 changed files with 844 additions and 842 deletions
|
|
@ -62,7 +62,7 @@ public final class CloudCloudburstTest extends PluginBase {
|
|||
|
||||
@CommandMethod("test <num> [str]")
|
||||
private void testCommand(@NonNull @Argument(value = "str", defaultValue = "potato") final String string,
|
||||
@NonNull final CommandSender source,
|
||||
final @NonNull CommandSender source,
|
||||
@Argument("num") @Range(min = "10", max = "33") final int num) {
|
||||
source.sendMessage(TextFormat.RED + "You said: "
|
||||
+ TextFormat.GOLD + string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue