public class JavacDefinitions
extends java.lang.Object
| Constructor and Description |
|---|
JavacDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAnnotationOptions(java.util.Map<java.lang.String,java.lang.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(java.util.Map<java.lang.String,java.lang.String> map) |
java.util.Map<java.lang.String,java.lang.String> |
getEnv() |
public java.util.Map<java.lang.String,java.lang.String> getEnv()
protected void addJavacEnvironment(java.util.Map<java.lang.String,java.lang.String> map)
protected void addAnnotationOptions(java.util.Map<java.lang.String,java.lang.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 © 2025. All rights reserved.