langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
equal
deleted
inserted
replaced
129 Name and optional arguments for a plug-in to be run |
129 Name and optional arguments for a plug-in to be run |
130 javac.opt.arg.plugin=\ |
130 javac.opt.arg.plugin=\ |
131 "name args" |
131 "name args" |
132 javac.opt.arg.multi-release=\ |
132 javac.opt.arg.multi-release=\ |
133 <release> |
133 <release> |
|
134 javac.opt.arg.default.module.for.created.files=\ |
|
135 <module-name> |
134 |
136 |
135 ## extended options |
137 ## extended options |
136 |
138 |
137 javac.opt.maxerrs=\ |
139 javac.opt.maxerrs=\ |
138 Set the maximum number of errors to print |
140 Set the maximum number of errors to print |
321 Specify version of modules that are being compiled |
323 Specify version of modules that are being compiled |
322 javac.opt.arg.module.version=\ |
324 javac.opt.arg.module.version=\ |
323 <version> |
325 <version> |
324 javac.opt.inherit_runtime_environment=\ |
326 javac.opt.inherit_runtime_environment=\ |
325 Inherit module system configuration options from the runtime environment. |
327 Inherit module system configuration options from the runtime environment. |
|
328 javac.opt.default.module.for.created.files=\ |
|
329 Fallback target module for files created by annotation processors, if none specified or inferred. |
326 |
330 |
327 ## errors |
331 ## errors |
328 |
332 |
329 javac.err.empty.A.argument=\ |
333 javac.err.empty.A.argument=\ |
330 -A requires an argument; use ''-Akey'' or ''-Akey=value'' |
334 -A requires an argument; use ''-Akey'' or ''-Akey=value'' |