@@ -66,7 +66,8 @@ javac.opt.processorpath=\
66
66
javac.opt.processormodulepath =\
67
67
Specify a module path where to find annotation processors
68
68
javac.opt.processor =\
69
- Names of the annotation processors to run; bypasses default discovery process
69
+ Names of the annotation processors to run;\n \
70
+ bypasses default discovery process
70
71
javac.opt.parameters =\
71
72
Generate metadata for reflection on method parameters
72
73
javac.opt.proc.none.only =\
@@ -85,17 +86,20 @@ javac.opt.profile=\
85
86
Check that API used is available in the specified profile.\n \
86
87
This option is deprecated and may be removed in a future release.
87
88
javac.opt.target =\
88
- Generate class files suitable for the specified Java SE release. Supported releases: {0}
89
+ Generate class files suitable for the specified Java SE release.\n \
90
+ Supported releases: {0}
89
91
javac.opt.release =\
90
- Compile for the specified Java SE release. Supported releases: {0}
92
+ Compile for the specified Java SE release.\n \
93
+ Supported releases: {0}
91
94
javac.opt.source =\
92
- Provide source compatibility with the specified Java SE release. Supported releases: {0}
95
+ Provide source compatibility with the specified Java SE release.\n \
96
+ Supported releases: {0}
93
97
javac.opt.Werror =\
94
98
Terminate compilation if warnings occur
95
99
javac.opt.A =\
96
100
Options to pass to annotation processors
97
101
javac.opt.implicit =\
98
- Specify whether or not to generate class files for implicitly referenced files
102
+ Specify whether to generate class files for implicitly referenced files
99
103
javac.opt.pkginfo =\
100
104
Specify handling of package-info files
101
105
javac.opt.multi-release =\
@@ -291,17 +295,18 @@ javac.opt.Xdoclint.subopts = \
291
295
# L10N: do not localize: public protected package private
292
296
javac.opt.Xdoclint.custom =\
293
297
Enable or disable specific checks for problems in javadoc comments,\n \
294
- where <group> is one of accessibility, html, missing, reference, or syntax,\n \
295
- and <access> is one of public, protected, package, or private.
298
+ where <group> is one of accessibility, html, missing, reference,\n \
299
+ or syntax, and <access> is one of public, protected, package,\n \
300
+ or private.
296
301
297
302
javac.opt.Xdoclint.package.args = \
298
303
[-]<packages>(,[-]<package>)*
299
304
300
305
javac.opt.Xdoclint.package.desc =\
301
- Enable or disable checks in specific packages. Each <package> is either the \n \
302
- qualified name of a package or a package name prefix followed by '.*', which \n \
303
- expands to all sub-packages of the given package. Each <package> can be prefixed \n \
304
- with '-' to disable checks for the specified package or packages .
306
+ Enable or disable checks in specific packages. Each <package> is either\n \
307
+ the qualified name of a package or a package name prefix followed by '.*',\n \
308
+ which expands to all sub-packages of the given package. Each <package>\n \
309
+ can be prefixed with '-' to disable checks for the specified package(s) .
305
310
306
311
javac.opt.Xstdout =\
307
312
Redirect standard output
@@ -318,25 +323,30 @@ javac.opt.print=\
318
323
javac.opt.printRounds =\
319
324
Print information about rounds of annotation processing
320
325
javac.opt.printProcessorInfo =\
321
- Print information about which annotations a processor is asked to process
326
+ Print information about which annotations a processor\n \
327
+ is asked to process
322
328
javac.opt.userpathsfirst =\
323
329
Search classpath and sourcepath for classes before the bootclasspath instead of after
324
330
javac.opt.prefer =\
325
- Specify which file to read when both a source file and class file are found for an implicitly compiled class
331
+ Specify which file to read when both a source file and class file\n \
332
+ are found for an implicitly compiled class
326
333
javac.opt.preview =\
327
- Enable preview language features. To be used in conjunction with either -source or --release.
334
+ Enable preview language features.\n \
335
+ To be used in conjunction with either -source or --release.
328
336
javac.opt.AT =\
329
337
Read options and filenames from file
330
338
javac.opt.diags =\
331
339
Select a diagnostic mode
332
340
javac.opt.addExports =\
333
- Specify a package to be considered as exported from its defining module\n \
334
- to additional modules, or to all unnamed modules if <other-module> is ALL-UNNAMED.
341
+ Specify a package to be considered as exported from its\n \
342
+ defining module to additional modules, or to all unnamed modules\n \
343
+ if <other-module> is ALL-UNNAMED.
335
344
javac.opt.arg.addExports =\
336
345
<module>/<package>=<other-module>(,<other-module>)*
337
346
javac.opt.addReads =\
338
- Specify additional modules to be considered as required by a given module.\n \
339
- <other-module> may be ALL-UNNAMED to require the unnamed module.
347
+ Specify additional modules to be considered as required by\n \
348
+ a given module; <other-module> may be ALL-UNNAMED to require\n \
349
+ the unnamed module.
340
350
javac.opt.arg.addReads =\
341
351
<module>=<other-module>(,<other-module>)*
342
352
javac.opt.patch =\
@@ -345,8 +355,8 @@ javac.opt.patch=\
345
355
javac.opt.arg.patch =\
346
356
<module>=<file>(:<file>)*
347
357
javac.opt.addmods =\
348
- Root modules to resolve in addition to the initial modules, or all modules \n \
349
- on the module path if <module> is ALL-MODULE-PATH.
358
+ Root modules to resolve in addition to the initial modules,\n \
359
+ or all modules on the module path if <module> is ALL-MODULE-PATH.
350
360
javac.opt.arg.addmods =\
351
361
<module>(,<module>)*
352
362
javac.opt.limitmods =\
@@ -360,7 +370,8 @@ javac.opt.arg.module.version=\
360
370
javac.opt.inherit_runtime_environment =\
361
371
Inherit module system configuration options from the runtime environment.
362
372
javac.opt.default.module.for.created.files =\
363
- Fallback target module for files created by annotation processors, if none specified or inferred.
373
+ Fallback target module for files created by annotation processors,\n \
374
+ if none specified or inferred.
364
375
365
376
# # messages
366
377
0 commit comments