langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/Main.java
changeset 38614 364c1a6618c0
parent 37938 42baa89d2156
equal deleted inserted replaced
38613:2a8e50869b08 38614:364c1a6618c0
     1 /*
     1 /*
     2  * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2000, 2016, 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
    36  *  <p><b>This is NOT part of any supported API.
    36  *  <p><b>This is NOT part of any supported API.
    37  *  If you write code that depends on this, you do so at your own risk.
    37  *  If you write code that depends on this, you do so at your own risk.
    38  *  This code and its internal interfaces are subject to change or
    38  *  This code and its internal interfaces are subject to change or
    39  *  deletion without notice.</b>
    39  *  deletion without notice.</b>
    40  *
    40  *
       
    41  * @deprecated
       
    42  * This class is now deprecated and may be removed in a future release.
       
    43  * See
       
    44  * {@code javax.tools.ToolProvider::getSystemDocumentationTool}
       
    45  * and
       
    46  * {@code javax.tools.DocumentationTool}
       
    47  * for replacement functionality.
       
    48  *
    41  * @since 1.4
    49  * @since 1.4
    42  */
    50  */
       
    51 @Deprecated
    43 public class Main {
    52 public class Main {
    44 
    53 
    45     /**
    54     /**
    46      * Constructor should never be called.
    55      * Constructor should never be called.
    47      */
    56      */