src/jdk.javadoc/share/classes/com/sun/tools/javadoc/main/Start.java
changeset 48840 5e2d2067da48
parent 47702 cf8310446245
child 51891 9d9ab30af97d
equal deleted inserted replaced
48839:042834d56fbf 48840:5e2d2067da48
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 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
    69  *
    69  *
    70  * @since 1.2
    70  * @since 1.2
    71  * @author Robert Field
    71  * @author Robert Field
    72  * @author Neal Gafter (rewrite)
    72  * @author Neal Gafter (rewrite)
    73  */
    73  */
    74 @Deprecated
    74 @Deprecated(since="9", forRemoval=true)
       
    75 @SuppressWarnings("removal")
    75 public class Start extends ToolOption.Helper {
    76 public class Start extends ToolOption.Helper {
    76     /** Context for this invocation. */
    77     /** Context for this invocation. */
    77     private final Context context;
    78     private final Context context;
    78 
    79 
    79     private final String defaultDocletClassName;
    80     private final String defaultDocletClassName;