langtools/src/share/classes/javax/lang/model/util/ElementScanner7.java
changeset 25690 b1dac768ab79
parent 18392 de0ad9c84ce8
child 25696 86204c8c6771
equal deleted inserted replaced
25608:e1be1d88a557 25690:b1dac768ab79
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 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 ElementScanner8
    88  * @see ElementScanner8
       
    89  * @see ElementScanner9
    89  * @since 1.7
    90  * @since 1.7
    90  */
    91  */
    91 @SupportedSourceVersion(RELEASE_7)
    92 @SupportedSourceVersion(RELEASE_7)
    92 public class ElementScanner7<R, P> extends ElementScanner6<R, P> {
    93 public class ElementScanner7<R, P> extends ElementScanner6<R, P> {
    93     /**
    94     /**