src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/WildcardTypeImpl.java
changeset 48840 5e2d2067da48
parent 47216 71c04702a3d5
equal deleted inserted replaced
48839:042834d56fbf 48840:5e2d2067da48
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2018, 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
    42  *  deletion without notice.</b>
    42  *  deletion without notice.</b>
    43  *
    43  *
    44  * @author Scott Seligman
    44  * @author Scott Seligman
    45  * @since 1.5
    45  * @since 1.5
    46  */
    46  */
    47 @Deprecated
    47 @Deprecated(since="9", forRemoval=true)
       
    48 @SuppressWarnings("removal")
    48 public class WildcardTypeImpl extends AbstractTypeImpl implements WildcardType {
    49 public class WildcardTypeImpl extends AbstractTypeImpl implements WildcardType {
    49 
    50 
    50     WildcardTypeImpl(DocEnv env, Type.WildcardType type) {
    51     WildcardTypeImpl(DocEnv env, Type.WildcardType type) {
    51         super(env, type);
    52         super(env, type);
    52     }
    53     }