langtools/src/share/classes/javax/lang/model/util/SimpleAnnotationValueVisitor7.java
changeset 25690 b1dac768ab79
parent 15386 92bc08d96f0c
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
    70  * @param <R> the return type of this visitor's methods
    70  * @param <R> the return type of this visitor's methods
    71  * @param <P> the type of the additional parameter to this visitor's methods.
    71  * @param <P> the type of the additional parameter to this visitor's methods.
    72  *
    72  *
    73  * @see SimpleAnnotationValueVisitor6
    73  * @see SimpleAnnotationValueVisitor6
    74  * @see SimpleAnnotationValueVisitor8
    74  * @see SimpleAnnotationValueVisitor8
       
    75  * @see SimpleAnnotationValueVisitor9
    75  * @since 1.7
    76  * @since 1.7
    76  */
    77  */
    77 @SupportedSourceVersion(RELEASE_7)
    78 @SupportedSourceVersion(RELEASE_7)
    78 public class SimpleAnnotationValueVisitor7<R, P> extends SimpleAnnotationValueVisitor6<R, P> {
    79 public class SimpleAnnotationValueVisitor7<R, P> extends SimpleAnnotationValueVisitor6<R, P> {
    79     /**
    80     /**