@return the JDK version currently being used when generating source files.
()
| 86 | * @return the JDK version currently being used when generating source files. |
| 87 | */ |
| 88 | public static SourceVersion getJDKVersion() { |
| 89 | return JDKVersion; |
| 90 | } |
| 91 | |
| 92 | public static boolean shouldOutputRuntime() { |
| 93 | return outputRuntime; |
no outgoing calls
no test coverage detected