langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/processing/JavacProcessingEnvironment.java
changeset 31751 ec251536a004
parent 31506 4e07f827a794
child 35810 9ee6e90d679c
equal deleted inserted replaced
31750:c65c37c0c691 31751:ec251536a004
  1409     private boolean moreToDo() {
  1409     private boolean moreToDo() {
  1410         return filer.newFiles();
  1410         return filer.newFiles();
  1411     }
  1411     }
  1412 
  1412 
  1413     /**
  1413     /**
  1414      * {@inheritdoc}
  1414      * {@inheritDoc}
  1415      *
  1415      *
  1416      * Command line options suitable for presenting to annotation
  1416      * Command line options suitable for presenting to annotation
  1417      * processors.
  1417      * processors.
  1418      * {@literal "-Afoo=bar"} should be {@literal "-Afoo" => "bar"}.
  1418      * {@literal "-Afoo=bar"} should be {@literal "-Afoo" => "bar"}.
  1419      */
  1419      */