13141516171819
* * @return * always return non-null object. */ public static JavaCompiler createJavaCompiler() { return new JavaCompilerImpl(); }