langtools/src/share/classes/javax/lang/model/util/ElementScanner8.java
changeset 25690 b1dac768ab79
parent 18392 de0ad9c84ce8
equal deleted inserted replaced
25608:e1be1d88a557 25690:b1dac768ab79
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    84  *            methods.  Use {@code Void} for visitors that do not need an
    84  *            methods.  Use {@code Void} for visitors that do not need an
    85  *            additional parameter.
    85  *            additional parameter.
    86  *
    86  *
    87  * @see ElementScanner6
    87  * @see ElementScanner6
    88  * @see ElementScanner7
    88  * @see ElementScanner7
       
    89  * @see ElementScanner9
    89  * @since 1.8
    90  * @since 1.8
    90  */
    91  */
    91 @SupportedSourceVersion(RELEASE_8)
    92 @SupportedSourceVersion(RELEASE_8)
    92 public class ElementScanner8<R, P> extends ElementScanner7<R, P> {
    93 public class ElementScanner8<R, P> extends ElementScanner7<R, P> {
    93     /**
    94     /**