args4j icon indicating copy to clipboard operation
args4j copied to clipboard

Remove final modifier from NamedOptionDef

Open rensink opened this issue 11 years ago • 0 comments

I want to create an option whose usage message is derived dynamically from other info in the program. That won't work for the usage-parameter in the @Option as that needs to be known at compile time. The easiest way to achieve this would be to subclass NamedOptionDef and overwrite OptionDef#usage, but that is blocked by the fact that NamedOptionDef is final.

I propose to remove the final modifier.

rensink avatar Jan 03 '14 08:01 rensink