src/java.compiler/share/classes/javax/lang/model/util/AbstractAnnotationValueVisitor7.java
changeset 53218 9db2dda367c6
parent 50964 225b61293064
equal deleted inserted replaced
53217:0f9a83a93e52 53218:9db2dda367c6
     1 /*
     1 /*
     2  * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2010, 2019, 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
    66      * Constructor for concrete subclasses to call.
    66      * Constructor for concrete subclasses to call.
    67      *
    67      *
    68      * @deprecated Release 7 is obsolete; update to a visitor for a newer
    68      * @deprecated Release 7 is obsolete; update to a visitor for a newer
    69      * release level.
    69      * release level.
    70      */
    70      */
    71     @Deprecated
    71     @Deprecated(since="12")
    72     protected AbstractAnnotationValueVisitor7() {
    72     protected AbstractAnnotationValueVisitor7() {
    73         super(); // Superclass constructor deprecated too
    73         super(); // Superclass constructor deprecated too
    74     }
    74     }
    75 }
    75 }