MCPcopy Index your code
hub / github.com/UnquietCode/Flapi / getJDKVersion

Method getJDKVersion

src/main/java/unquietcode/tools/flapi/Flapi.java:88–90  ·  view source on GitHub ↗

@return the JDK version currently being used when generating source files.

()

Source from the content-addressed store, hash-verified

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;

Callers 4

createFactoryMethodMethod · 0.95
addGeneratedHeaderMethod · 0.95
Documentation.javaFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected