summaryrefslogtreecommitdiff
path: root/javax/lang/model/type/TypeVisitor.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/lang/model/type/TypeVisitor.java')
-rw-r--r--javax/lang/model/type/TypeVisitor.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/javax/lang/model/type/TypeVisitor.java b/javax/lang/model/type/TypeVisitor.java
index df0c2e5f1..3d2a327da 100644
--- a/javax/lang/model/type/TypeVisitor.java
+++ b/javax/lang/model/type/TypeVisitor.java
@@ -91,6 +91,7 @@ public interface TypeVisitor<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 UnknownTypeException if the implementation chooses to.
*/
R visitUnknown(TypeMirror type, P param);