jcommander icon indicating copy to clipboard operation
jcommander copied to clipboard

request: parameter properties settable at runtime

Open multi-io opened this issue 12 years ago • 0 comments

The JCommander class should provide APIs that make the @Parameters configurable at runtime, not just via annotations. A common use case might be to first initialize the parameters from object annotations, then amend/modify some of the properties programmatically. This can happen e.g. if you have non-constant parameter descriptions (which couldn't be set as annotation parameters).

multi-io avatar Nov 27 '13 21:11 multi-io