From 6c0f47c0bd66eb7afc098c441426b6b2fca92aae Mon Sep 17 00:00:00 2001 From: Josh Taylor Date: Mon, 7 Dec 2020 12:05:05 +0000 Subject: [PATCH] Update cloud-annotations/src/main/java/cloud/commandframework/annotations/injection/RawArgs.java MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alexander Söderberg --- .../cloud/commandframework/annotations/injection/RawArgs.java | 1 + 1 file changed, 1 insertion(+) diff --git a/cloud-annotations/src/main/java/cloud/commandframework/annotations/injection/RawArgs.java b/cloud-annotations/src/main/java/cloud/commandframework/annotations/injection/RawArgs.java index f69c56b2..b4588606 100644 --- a/cloud-annotations/src/main/java/cloud/commandframework/annotations/injection/RawArgs.java +++ b/cloud-annotations/src/main/java/cloud/commandframework/annotations/injection/RawArgs.java @@ -34,6 +34,7 @@ import java.lang.annotation.Target; *

* This should only be used on {@code String[]} * + * * @since 1.2.0 */ @Target(ElementType.METHOD)