@Inherited
@Target(value=TYPE)
@Retention(value=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.