< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/resources/javac.properties

Print this page




  63     Specify a module path where to find annotation processors
  64 javac.opt.processor=\
  65     Names of the annotation processors to run; bypasses default discovery process
  66 javac.opt.parameters=\
  67     Generate metadata for reflection on method parameters
  68 javac.opt.proc.none.only=\
  69     Control whether annotation processing and/or compilation is done.
  70 javac.opt.d=\
  71     Specify where to place generated class files
  72 javac.opt.sourceDest=\
  73     Specify where to place generated source files
  74 javac.opt.headerDest=\
  75     Specify where to place generated native header files
  76 javac.opt.J=\
  77     Pass <flag> directly to the runtime system
  78 javac.opt.encoding=\
  79     Specify character encoding used by source files
  80 javac.opt.profile=\
  81     Check that API used is available in the specified profile
  82 javac.opt.target=\
  83     Generate class files for specific VM version
  84 javac.opt.release=\
  85     Compile for a specific VM version. Supported targets: {0}
  86 javac.opt.source=\
  87     Provide source compatibility with specified release
  88 javac.opt.Werror=\
  89     Terminate compilation if warnings occur
  90 javac.opt.A=\
  91     Options to pass to annotation processors
  92 javac.opt.implicit=\
  93     Specify whether or not to generate class files for implicitly referenced files
  94 javac.opt.pkginfo=\
  95     Specify handling of package-info files
  96 javac.opt.multi-release=\
  97     Specify which release to use in multi-release jars
  98 javac.opt.arg.class=\
  99     <class>
 100 javac.opt.arg.class.list=\
 101     <class1>[,<class2>,<class3>...]
 102 javac.opt.arg.flag=\
 103     <flag>
 104 javac.opt.arg.key.equals.value=\
 105     key[=value]
 106 javac.opt.arg.path=\
 107     <path>




  63     Specify a module path where to find annotation processors
  64 javac.opt.processor=\
  65     Names of the annotation processors to run; bypasses default discovery process
  66 javac.opt.parameters=\
  67     Generate metadata for reflection on method parameters
  68 javac.opt.proc.none.only=\
  69     Control whether annotation processing and/or compilation is done.
  70 javac.opt.d=\
  71     Specify where to place generated class files
  72 javac.opt.sourceDest=\
  73     Specify where to place generated source files
  74 javac.opt.headerDest=\
  75     Specify where to place generated native header files
  76 javac.opt.J=\
  77     Pass <flag> directly to the runtime system
  78 javac.opt.encoding=\
  79     Specify character encoding used by source files
  80 javac.opt.profile=\
  81     Check that API used is available in the specified profile
  82 javac.opt.target=\
  83     Generate class files for specific VM version. Supported versions: {0}
  84 javac.opt.release=\
  85     Compile for a specific release. Supported releases: {0}
  86 javac.opt.source=\
  87     Provide source compatibility with specified release. Supported releases: {0}
  88 javac.opt.Werror=\
  89     Terminate compilation if warnings occur
  90 javac.opt.A=\
  91     Options to pass to annotation processors
  92 javac.opt.implicit=\
  93     Specify whether or not to generate class files for implicitly referenced files
  94 javac.opt.pkginfo=\
  95     Specify handling of package-info files
  96 javac.opt.multi-release=\
  97     Specify which release to use in multi-release jars
  98 javac.opt.arg.class=\
  99     <class>
 100 javac.opt.arg.class.list=\
 101     <class1>[,<class2>,<class3>...]
 102 javac.opt.arg.flag=\
 103     <flag>
 104 javac.opt.arg.key.equals.value=\
 105     key[=value]
 106 javac.opt.arg.path=\
 107     <path>


< prev index next >