< prev index next >

src/java.compiler/share/classes/javax/lang/model/util/AbstractTypeVisitor8.java

Print this page

        

@@ -86,7 +86,8 @@
      *
      * @param t  {@inheritDoc}
      * @param p  {@inheritDoc}
      * @return the result of the visit as defined by a subclass
      */
+    @Override
     public abstract R visitIntersection(IntersectionType t, P p);
 }
< prev index next >