Merge pull request #89 from broadinstitute/mc_fix_output_annotation_GSA-820
Turning @Output required to false
This commit is contained in:
commit
dadc079dbc
|
|
@ -64,7 +64,7 @@ public @interface Output {
|
||||||
* fail if the type can't be populated.
|
* fail if the type can't be populated.
|
||||||
* @return True if the argument is required. False otherwise.
|
* @return True if the argument is required. False otherwise.
|
||||||
*/
|
*/
|
||||||
boolean required() default true;
|
boolean required() default false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Should this command-line argument be exclusive of others. Should be
|
* Should this command-line argument be exclusive of others. Should be
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue