langtools/src/share/classes/com/sun/tools/apt/comp/Apt.java
changeset 1789 7ac8c0815000
parent 10 06bc494ca11e
child 1870 57a1138dffc8
equal deleted inserted replaced
1788:ced0a1a7ec80 1789:7ac8c0815000
   279             proc.process();
   279             proc.process();
   280         } else {
   280         } else {
   281             // Discovery process
   281             // Discovery process
   282 
   282 
   283             // List of annotation processory factory instances
   283             // List of annotation processory factory instances
   284             java.util.Iterator providers = null;
   284             java.util.Iterator<AnnotationProcessorFactory> providers = null;
   285             {
   285             {
   286                 /*
   286                 /*
   287                  * If a factory is provided by the user, the
   287                  * If a factory is provided by the user, the
   288                  * "-factory" and "-factorypath" options are not used.
   288                  * "-factory" and "-factorypath" options are not used.
   289                  *
   289                  *