src/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java

changeset 1326
30c36e23f154
parent 1323
1a7c11b22192
child 1334
8987971bcb45
equal deleted inserted replaced
1325:b2064a216117 1326:30c36e23f154
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

mercurial