public class JavacDefinitions extends Object
Constructor and Description |
---|
JavacDefinitions() |
Modifier and Type | Method and Description |
---|---|
protected void |
addAnnotationOptions(Map<String,String> map,
com.sun.tools.javac.processing.JavacProcessingEnvironment jpe)
These are the
-Akey[=value] options on the javac command line, much like -D , but for the javac
environment, not the JVM. |
protected void |
addJavacEnvironment(Map<String,String> map) |
Map<String,String> |
getEnv() |
protected void addAnnotationOptions(Map<String,String> map, com.sun.tools.javac.processing.JavacProcessingEnvironment jpe)
-Akey[=value]
options on the javac command line, much like -D
, but for the javac
environment, not the JVM. Intended for use with annotations, but also great for a preprocessor.
See Standard Options.Copyright © 2024. All rights reserved.