langtools/src/share/classes/javax/lang/model/util/ElementScanner6.java
changeset 25690 b1dac768ab79
parent 18392 de0ad9c84ce8
equal deleted inserted replaced
25608:e1be1d88a557 25690:b1dac768ab79
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 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
    88  * @author Scott Seligman
    88  * @author Scott Seligman
    89  * @author Peter von der Ahé
    89  * @author Peter von der Ahé
    90  *
    90  *
    91  * @see ElementScanner7
    91  * @see ElementScanner7
    92  * @see ElementScanner8
    92  * @see ElementScanner8
       
    93  * @see ElementScanner9
    93  * @since 1.6
    94  * @since 1.6
       
    95  * @deprecated Release 6 is obsolete; update to a visitor for a newer
       
    96  * release level.
    94  */
    97  */
       
    98 @Deprecated
    95 @SupportedSourceVersion(RELEASE_6)
    99 @SupportedSourceVersion(RELEASE_6)
    96 public class ElementScanner6<R, P> extends AbstractElementVisitor6<R, P> {
   100 public class ElementScanner6<R, P> extends AbstractElementVisitor6<R, P> {
    97     /**
   101     /**
    98      * The specified default value.
   102      * The specified default value.
    99      */
   103      */