-
Enhancement
-
Resolution: Not an Issue
-
P4
-
None
-
6
-
generic
-
generic
An increasing number of javac options take one of a small set of arg values. eg -proc:{only,none} etc.
It would be nice if the internal javac code could provide common support for such options.
E.g. in OptionName
PROC_CUSTOM("-proc:, new String[] {"none", "only"}),
instead of
PROC_CUSTOM("-proc:{none, only}"),
It would be nice if the internal javac code could provide common support for such options.
E.g. in OptionName
PROC_CUSTOM("-proc:, new String[] {"none", "only"}),
instead of
PROC_CUSTOM("-proc:{none, only}"),