Update cloud-annotations/src/main/java/cloud/commandframework/annotations/injection/RawArgs.java

Co-authored-by: Alexander Söderberg <Sauilitired@users.noreply.github.com>
This commit is contained in:
Josh Taylor 2020-12-07 12:05:05 +00:00 committed by Alexander Söderberg
parent 014715c9e7
commit 6c0f47c0bd

View file

@ -34,6 +34,7 @@ import java.lang.annotation.Target;
* <p> * <p>
* This should only be used on {@code String[]} * This should only be used on {@code String[]}
* *
*
* @since 1.2.0 * @since 1.2.0
*/ */
@Target(ElementType.METHOD) @Target(ElementType.METHOD)