Merge pull request #89 from broadinstitute/mc_fix_output_annotation_GSA-820

Turning @Output required to false
This commit is contained in:
Mark DePristo 2013-03-06 09:01:20 -08:00
commit dadc079dbc
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public @interface Output {
* fail if the type can't be populated.
* @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