Compiler to use. If null (the default), the java compiler from Eclipse JDT project, bundled with Tomcat, will be used. Otherwise, the javac task from Apache Ant will be used to call an external java compiler and the value of this option will be passed to it. See Apache
()
| 137 | * @return the compiler name |
| 138 | */ |
| 139 | String getCompiler(); |
| 140 | |
| 141 | /** |
| 142 | * Returns the target Java VM version for the compiler, such as 1.8. |
no outgoing calls
no test coverage detected