langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties
changeset 44291 e1b620ac6c98
parent 43874 d49715456f51
child 44503 0f64385d419d
child 44576 9e18c9ce29e7
equal deleted inserted replaced
44290:202973b2d1ae 44291:e1b620ac6c98
   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''