Interface TargetJavaVersion
-
- All Known Implementing Classes:
TargetJavaVersion.Unknown
public interface TargetJavaVersionUsed to determine the java version of the compiled Java code
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTargetJavaVersion.Statusstatic classTargetJavaVersion.Unknown
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetJavaVersion.StatusisJava19OrHigher()
-
-
-
Method Detail
-
isJava19OrHigher
TargetJavaVersion.Status isJava19OrHigher()
-
-