langtools/src/share/classes/javax/lang/model/util/AbstractElementVisitor6.java
changeset 25690 b1dac768ab79
parent 15386 92bc08d96f0c
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
    72  * @author Scott Seligman
    72  * @author Scott Seligman
    73  * @author Peter von der Ahé
    73  * @author Peter von der Ahé
    74  *
    74  *
    75  * @see AbstractElementVisitor7
    75  * @see AbstractElementVisitor7
    76  * @see AbstractElementVisitor8
    76  * @see AbstractElementVisitor8
       
    77  * @see AbstractElementVisitor9
    77  * @since 1.6
    78  * @since 1.6
       
    79  * @deprecated Release 6 is obsolete; update to a visitor for a newer
       
    80  * release level.
    78  */
    81  */
       
    82 @Deprecated
    79 @SupportedSourceVersion(RELEASE_6)
    83 @SupportedSourceVersion(RELEASE_6)
    80 public abstract class AbstractElementVisitor6<R, P> implements ElementVisitor<R, P> {
    84 public abstract class AbstractElementVisitor6<R, P> implements ElementVisitor<R, P> {
    81     /**
    85     /**
    82      * Constructor for concrete subclasses to call.
    86      * Constructor for concrete subclasses to call.
    83      */
    87      */