Class JavacDefinitions


  • public class JavacDefinitions
    extends Object
    • Constructor Detail

      • JavacDefinitions

        public JavacDefinitions()
    • Method Detail

      • addJavacEnvironment

        protected void addJavacEnvironment​(Map<String,​String> map)
      • addAnnotationOptions

        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. Intended for use with annotations, but also great for a preprocessor. See Standard Options.