changeset 230:435d5d9bb87d

6501749: 6501749 Filer should state connection between created files and root elements Reviewed-by: jjg
author darcy
date Tue, 24 Feb 2009 17:16:18 -0800
parents c4d3cbe3765a
children 1fbc1cc6e260
files src/share/classes/javax/annotation/processing/Filer.java
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/javax/annotation/processing/Filer.java	Sat Feb 21 09:58:08 2009 -0800
+++ b/src/share/classes/javax/annotation/processing/Filer.java	Tue Feb 24 17:16:18 2009 -0800
@@ -35,9 +35,11 @@
  * processor.  Files created in this way will be known to the
  * annotation processing tool implementing this interface, better
  * enabling the tool to manage them.  Source and class files so
- * created will be considered for processing by the tool after the
- * {@code close} method has been called on the {@code Writer} or
- * {@code OutputStream} used to write the contents of the file.
+ * created will be {@linkplain RoundEnvironment#getRootElements
+ * considered for processing} by the tool in a subsequent {@linkplain
+ * RoundEnvironment round of processing} after the {@code close}
+ * method has been called on the {@code Writer} or {@code
+ * OutputStream} used to write the contents of the file.
  *
  * Three kinds of files are distinguished: source files, class files,
  * and auxiliary resource files.