langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/Main.java
changeset 45680 6a7b5298fcf5
parent 34916 16043fc1d90b
equal deleted inserted replaced
45600:6589d4088eaa 45680:6a7b5298fcf5
     1 /*
     1 /*
     2  * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1999, 2017, 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
    26 package com.sun.tools.javac;
    26 package com.sun.tools.javac;
    27 
    27 
    28 import java.io.PrintWriter;
    28 import java.io.PrintWriter;
    29 
    29 
    30 /**
    30 /**
    31  * The programmatic interface for the Java Programming Language
    31  * A legacy programmatic interface for the Java Programming Language
    32  * compiler, javac.
    32  * compiler, javac.
       
    33  * See the <a href="{@docRoot}/jdk.compiler-summary.html">{@code jdk.compiler}</a>
       
    34  * module for details on replacement APIs.
    33  */
    35  */
    34 public class Main {
    36 public class Main {
    35 
    37 
    36     /** Main entry point for the launcher.
    38     /** Main entry point for the launcher.
    37      *  Note: This method calls System.exit.
    39      *  Note: This method calls System.exit.