langtools/src/share/classes/javax/lang/model/util/SimpleElementVisitor6.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
    83  * @author Scott Seligman
    83  * @author Scott Seligman
    84  * @author Peter von der Ahé
    84  * @author Peter von der Ahé
    85  *
    85  *
    86  * @see SimpleElementVisitor7
    86  * @see SimpleElementVisitor7
    87  * @see SimpleElementVisitor8
    87  * @see SimpleElementVisitor8
       
    88  * @see SimpleElementVisitor9
    88  * @since 1.6
    89  * @since 1.6
       
    90  * @deprecated Release 6 is obsolete; update to a visitor for a newer
       
    91  * release level.
    89  */
    92  */
       
    93 @Deprecated
    90 @SupportedSourceVersion(RELEASE_6)
    94 @SupportedSourceVersion(RELEASE_6)
    91 public class SimpleElementVisitor6<R, P> extends AbstractElementVisitor6<R, P> {
    95 public class SimpleElementVisitor6<R, P> extends AbstractElementVisitor6<R, P> {
    92     /**
    96     /**
    93      * Default value to be returned; {@link #defaultAction
    97      * Default value to be returned; {@link #defaultAction
    94      * defaultAction} returns this value unless the method is
    98      * defaultAction} returns this value unless the method is