langtools/src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
changeset 13844 56339cf983a3
parent 13841 a304aa57c550
child 14044 0070e9c44020
equal deleted inserted replaced
13843:1ac97278d72b 13844:56339cf983a3
  1362 
  1362 
  1363     /**
  1363     /**
  1364      * {@inheritdoc}
  1364      * {@inheritdoc}
  1365      *
  1365      *
  1366      * Command line options suitable for presenting to annotation
  1366      * Command line options suitable for presenting to annotation
  1367      * processors.  "-Afoo=bar" should be "-Afoo" => "bar".
  1367      * processors.
       
  1368      * {@literal "-Afoo=bar"} should be {@literal "-Afoo" => "bar"}.
  1368      */
  1369      */
  1369     public Map<String,String> getOptions() {
  1370     public Map<String,String> getOptions() {
  1370         return processorOptions;
  1371         return processorOptions;
  1371     }
  1372     }
  1372 
  1373