Annotation Interface ThrowableFromCommand


@Inherited @Target(TYPE) @Retention(RUNTIME) public @interface ThrowableFromCommand
Marks an exception class as throwable from inside the command. Any exceptions annotated with this annotation will not be wrapped by a CommandInvocationException.
See Also: