< prev index next >

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

Print this page

        

*** 43,58 **** 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 * {@link JavaCompiler#getStandardFileManager getStandardFileManager} * on this compiler supports paths provided by any --- 43,52 ----
< prev index next >