src/jdk.compiler/share/classes/com/sun/source/util/SimpleDocTreeVisitor.java

Print this page

        

*** 36,46 **** * methods. Use {@code Void} for visitors that do not need an * additional parameter. * * @since 1.8 */ - @jdk.Exported public class SimpleDocTreeVisitor<R,P> implements DocTreeVisitor<R, P> { /** * The default value, returned by the {@link #defaultAction default action}. */ protected final R DEFAULT_VALUE; --- 36,45 ----