langtools/src/jdk.compiler/share/classes/com/sun/source/doctree/DocTreeVisitor.java
changeset 34916 16043fc1d90b
parent 34567 c74f68484156
child 37009 476d8d615222
equal deleted inserted replaced
34915:59702366d897 34916:16043fc1d90b
    52  *            methods.  Use {@code Void} for visitors that do not need an
    52  *            methods.  Use {@code Void} for visitors that do not need an
    53  *            additional parameter.
    53  *            additional parameter.
    54  *
    54  *
    55  * @since 1.8
    55  * @since 1.8
    56  */
    56  */
    57 @jdk.Exported
       
    58 public interface DocTreeVisitor<R,P> {
    57 public interface DocTreeVisitor<R,P> {
    59 
    58 
    60     /**
    59     /**
    61      * Visits an AttributeTree node.
    60      * Visits an AttributeTree node.
    62      * @param node the node being visited
    61      * @param node the node being visited