langtools/src/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor6.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
    79  * @author Scott Seligman
    79  * @author Scott Seligman
    80  * @author Peter von der Ahé
    80  * @author Peter von der Ahé
    81  *
    81  *
    82  * @see SimpleAnnotationValueVisitor7
    82  * @see SimpleAnnotationValueVisitor7
    83  * @see SimpleAnnotationValueVisitor8
    83  * @see SimpleAnnotationValueVisitor8
       
    84  * @see SimpleAnnotationValueVisitor9
    84  * @since 1.6
    85  * @since 1.6
       
    86  * @deprecated Release 6 is obsolete; update to a visitor for a newer
       
    87  * release level.
    85  */
    88  */
       
    89 @Deprecated
    86 @SupportedSourceVersion(RELEASE_6)
    90 @SupportedSourceVersion(RELEASE_6)
    87 public class SimpleAnnotationValueVisitor6<R, P>
    91 public class SimpleAnnotationValueVisitor6<R, P>
    88     extends AbstractAnnotationValueVisitor6<R, P> {
    92     extends AbstractAnnotationValueVisitor6<R, P> {
    89 
    93 
    90     /**
    94     /**