Add a method to get the failure reason of SelectorParseExceptions

This commit is contained in:
jmp 2020-10-30 20:06:27 -07:00 committed by Alexander Söderberg
parent a04e3f92cb
commit e6af4e6caa
5 changed files with 18 additions and 4 deletions

View file

@ -33,6 +33,7 @@ import java.lang.annotation.Target;
* {@link cloud.commandframework.annotations.CommandMethod}
* <p>
* This should only be used on {@code String[]}
* @since 1.2.0
*/
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)