langtools/src/java.compiler/share/classes/javax/tools/JavaCompiler.java
changeset 44197 380e1f22e460
parent 43871 f164f4506389
equal deleted inserted replaced
44196:f88c0e9cb102 44197:380e1f22e460
   303          * or diagnostics to be reported when the task is started.
   303          * or diagnostics to be reported when the task is started.
   304          * @param moduleNames the names of the root modules
   304          * @param moduleNames the names of the root modules
   305          * @throws IllegalArgumentException may be thrown for some
   305          * @throws IllegalArgumentException may be thrown for some
   306          *      invalid module names
   306          *      invalid module names
   307          * @throws IllegalStateException if the task has started
   307          * @throws IllegalStateException if the task has started
       
   308          * @since 9
   308          */
   309          */
   309         void addModules(Iterable<String> moduleNames);
   310         void addModules(Iterable<String> moduleNames);
   310 
   311 
   311         /**
   312         /**
   312          * Sets processors (for annotation processing).  This will
   313          * Sets processors (for annotation processing).  This will