< prev index next >

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

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 30,40 **** import java.util.Locale; import java.util.concurrent.Callable; import javax.annotation.processing.Processor; /** ! * Interface to invoke Java&trade; programming language compilers from * programs. * * <p>The compiler might generate diagnostics during compilation (for * example, error messages). If a diagnostic listener is provided, * the diagnostics will be supplied to the listener. If no listener --- 30,40 ---- import java.util.Locale; import java.util.concurrent.Callable; import javax.annotation.processing.Processor; /** ! * Interface to invoke Java programming language compilers from * programs. * * <p>The compiler might generate diagnostics during compilation (for * example, error messages). If a diagnostic listener is provided, * the diagnostics will be supplied to the listener. If no listener
*** 54,66 **** * met. If no file manager is provided, the compiler tool will use a * standard file manager such as the one returned by {@linkplain * #getStandardFileManager getStandardFileManager}. * * <p>An instance implementing this interface must conform to ! * <cite>The Java&trade; Language Specification</cite> * and generate class files conforming to ! * <cite>The Java&trade; Virtual Machine Specification</cite>. * The versions of these * specifications are defined in the {@linkplain Tool} interface. * * Additionally, an instance of this interface supporting {@link * javax.lang.model.SourceVersion#RELEASE_6 SourceVersion.RELEASE_6} --- 54,66 ---- * met. If no file manager is provided, the compiler tool will use a * standard file manager such as the one returned by {@linkplain * #getStandardFileManager getStandardFileManager}. * * <p>An instance implementing this interface must conform to ! * <cite>The Java Language Specification</cite> * and generate class files conforming to ! * <cite>The Java Virtual Machine Specification</cite>. * The versions of these * specifications are defined in the {@linkplain Tool} interface. * * Additionally, an instance of this interface supporting {@link * javax.lang.model.SourceVersion#RELEASE_6 SourceVersion.RELEASE_6}
< prev index next >