src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/DocletInvoker.java
changeset 48840 5e2d2067da48
parent 47216 71c04702a3d5
equal deleted inserted replaced
48839:042834d56fbf 48840:5e2d2067da48
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 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
    53  *  This code and its internal interfaces are subject to change or
    53  *  This code and its internal interfaces are subject to change or
    54  *  deletion without notice.</b>
    54  *  deletion without notice.</b>
    55  *
    55  *
    56  * @author Neal Gafter (rewrite)
    56  * @author Neal Gafter (rewrite)
    57  */
    57  */
    58 @Deprecated
    58 @Deprecated(since="9", forRemoval=true)
       
    59 @SuppressWarnings("removal")
    59 public class DocletInvoker {
    60 public class DocletInvoker {
    60 
    61 
    61     private final Class<?> docletClass;
    62     private final Class<?> docletClass;
    62 
    63 
    63     private final String docletClassName;
    64     private final String docletClassName;