< prev index next >

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

Print this page

        

@@ -73,15 +73,17 @@
     protected AbstractElementVisitor9(){
         super();
     }
 
     /**
-     * Visits a {@code ModuleElement} in a manner defined by a
+     * {@inheritDoc}
+     *
+     * @implSpec Visits a {@code ModuleElement} in a manner defined by a
      * subclass.
      *
      * @param t  {@inheritDoc}
      * @param p  {@inheritDoc}
-     * @return the result of the visit as defined by a subclass
+     * @return   {@inheritDoc}
      */
     @Override
     public abstract R visitModule(ModuleElement t, P p);
 }
< prev index next >