summaryrefslogtreecommitdiff
path: root/javax/lang/model/element/AnnotationValueVisitor.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/lang/model/element/AnnotationValueVisitor.java')
-rw-r--r--javax/lang/model/element/AnnotationValueVisitor.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/javax/lang/model/element/AnnotationValueVisitor.java b/javax/lang/model/element/AnnotationValueVisitor.java
index 141aed6df..74229eb55 100644
--- a/javax/lang/model/element/AnnotationValueVisitor.java
+++ b/javax/lang/model/element/AnnotationValueVisitor.java
@@ -218,6 +218,8 @@ public interface AnnotationValueVisitor<R,P>
* @param param the additional parameter, specific to the visitor.
* May be {@code null} if permitted by the visitor.
* @return the return value specific to the visitor.
+ * @throws UnknownAnnotationValueException if the implementation
+ * chooses to.
*/
R visitUnknown(AnnotationValue value, P param);