-
Type:
Enhancement
-
Resolution: Not an Issue
-
Priority:
P4
-
None
-
Affects Version/s: 6
-
Component/s: tools
-
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}"),