jdk/src/share/classes/java/lang/annotation/IncompleteAnnotationException.java
changeset 3630 28237c1f0c41
parent 1320 2412b1562801
child 5506 202f599c92aa
--- a/jdk/src/share/classes/java/lang/annotation/IncompleteAnnotationException.java	Thu Aug 20 08:48:29 2009 +0100
+++ b/jdk/src/share/classes/java/lang/annotation/IncompleteAnnotationException.java	Fri Aug 21 11:31:18 2009 -0700
@@ -30,8 +30,12 @@
  * an annotation type that was added to the annotation type definition after
  * the annotation was compiled (or serialized).  This exception will not be
  * thrown if the new element has a default value.
+ * This exception can be thrown by the {@linkplain
+ * java.lang.reflect.AnnotatedElement API used to read annotations
+ * reflectively}.
  *
  * @author  Josh Bloch
+ * @see     java.lang.reflect.AnnotatedElement
  * @since 1.5
  */
 public class IncompleteAnnotationException extends RuntimeException {