jcommander
jcommander copied to clipboard
request: parameter properties settable at runtime
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).