< prev index next >

src/java.compiler/share/classes/javax/tools/ToolProvider.java

Print this page

        

*** 42,56 **** public class ToolProvider { private static final String systemJavaCompilerModule = "jdk.compiler"; private static final String systemJavaCompilerName = "com.sun.tools.javac.api.JavacTool"; ! /** ! * Do not call. ! */ ! @Deprecated(forRemoval=true, since="14") ! public ToolProvider() {} /** * Returns the Java programming language compiler provided * with this platform. * <p>The file manager returned by calling --- 42,52 ---- public class ToolProvider { private static final String systemJavaCompilerModule = "jdk.compiler"; private static final String systemJavaCompilerName = "com.sun.tools.javac.api.JavacTool"; ! private ToolProvider() {} /** * Returns the Java programming language compiler provided * with this platform. * <p>The file manager returned by calling
< prev index next >