Annotation Interface Greedy


@Target(PARAMETER) @Retention(CLASS) public @interface Greedy
Annotation indicating that a parameter consumes all remaining command arguments. Apply this to the last parameter of a command method.